fariasmateuss / instagram

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 68.6%Language:CSS 20.1%Language:HTML 11.3%