Skip to content

saiful-70/snapshot-server

Repository files navigation

Snapshot Server

This is the server of snapshot.

How to run

  • Clone the repository and go to this repository on your machine.
  • You need to create an account to cloudinary for image uploading.
  • You also need another account to mongodb atlas for creating a cluster or you can install mongodb on your machine.
  • In the project you will see .env.example file, rename it to .env and edit that file as instructed.
  • Then run
npm install or yarn
npm start or yarn start

Tools

  • expressjs - as backend minmal framework
  • mongodb - as database
  • socket.io - for real time data sharing
  • cloudinary - for uploading image to cloud