Skip to content

roksprogar/laravel-react-native-expo-twitter-clone-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A React Native (Laravel backend) Twitter clone app built with Expo

The client-react-native folder contains the react native app built with expo.

The server-laravel folder contains the laravel backend.

You can create the mysql database with

CREATE DATABASE twitterclonedb;
CREATE USER 'twittercloneusr'@'localhost' IDENTIFIED BY 'twitterclonepwd';
GRANT ALL ON twitterclonedb.* TO 'twittercloneusr'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;
EXIT;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published