A clone of Instagram made using React
This project was created using Express, Socket.IO, React and React Native. The database used was MongoDB.
Once you have Node.js and Yarn installed, install the dependencies by running inside each folder:
$ yarn
Setup the API
To start the server, inside the backend
folder run:
$ yarn dev
After doing the previous steps, inside the frontend
folder run:
$ yarn start
To run the mobile version for the first time, go to the mobile
folder and do:
$ react-native run-android
If you have already ran the app before, just enter:
$ react-native start
This project is under the MIT license.