Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

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

Contribution

See the contribution guide for more details on how to contribute to this project.

License

MIT License

You can’t perform that action at this time.