Skip to content

Clone of instagram done with Nodejs and React. Part of the projects done in an udemy course

Notifications You must be signed in to change notification settings

Felpezs/reactgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Reactgram

Clone of instagram done with Nodejs and React. Part of the projects done in an udemy course.

Getting started 🚀

To run this project, you should create a database in MongoDB platform. After creating the database instance, a .env file should be created following the syntax in .env-example, in the backend folder.

The backend should run in port 5000, if you change this value, then it should be changed in the frontend too, in the frontend/src/utils/config.js file.

After this, you can install the dependencies for both apps with npm ci, and run the frontend with npm run dev and the backend with npm run server.

About

Clone of instagram done with Nodejs and React. Part of the projects done in an udemy course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published