Skip to content

📷 App Instagram made with ReactJs, NodeJs, MongoDB and Socket.io.

License

Notifications You must be signed in to change notification settings

fariasmateuss/instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application built with ReactJs and Restful API in NodeJs.

Features

  • Uplooad of photos
  • Like in photos
  • Snap history
  • Real-time application with Socket.io

Tech

  • NodeJs - Build the server.
  • ReactJs - A JavaScript library for building user interfaces.
  • MongoDB - NoSQL Cluster

Development setup

Prerequisites

To run this project in the development mode, you'll need to have a basic environment with NodeJs and Yarn installed.

Back-End

Run in the backend folder;

yarn

To start the server;

yarn dev

Open Insomnia or Postman and import the Insomnia.json workspace file at backend folder.

Front-End

Run in the frontend folder;

yarn

To start the project;

yarn start

License

MIT License