Skip to content

v1eira/Clone-Instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone-Instagram

A clone of Instagram made using React


🔧 Stack

This project was created using Express, Socket.IO, React and React Native. The database used was MongoDB.

👷 Installation

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

🚀 Running the app

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

📝 License

This project is under the MIT license.

💻 Web

frontend-feed frontend-new

📱 Mobile