Application built with ReactJs and Restful API in NodeJs.
- Uplooad of photos
- Like in photos
- Snap history
- Real-time application with Socket.io
- NodeJs - Build the server.
- ReactJs - A JavaScript library for building user interfaces.
- MongoDB - NoSQL Cluster
To run this project in the development mode, you'll need to have a basic environment with NodeJs and Yarn installed.
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.
Run in the frontend folder;
yarn
To start the project;
yarn start