Skip to content

Deeptiii/instagram-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Project Details

Created a full-stack web application for users to upload pictures with captions. The users can also follow and unfollow other users, like and comment on their pictures as well. Used ReactJs and Materialize CSS for the front-end design of the application.

Used Node.js on server-side with NoSQL(MongoDB) database. Created the REST API end-points on the back-end to provide the application functionality using ExpressJS. Also, implemented the user registration and login using JWT.

Setup

Run Client-Side code

  1. Clone project from repo and
  2. Go inside client folder run command npm install
  3. Then Run command npm start
  4. This command runs the app in the development mode.
  5. Open http://localhost:3000 to view it in the browser.

Run Server-Side code

  1. Clone project from repo and
  2. Go inside server folder run command npm install
  3. Then Run command nodemon app.js
  4. This command runs the app in the development mode on port 5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published