This is the server of snapshot.
- 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
- Then server will open to following url http://localhost:3001.
- If you want to connect this server with a frontend, you can go through this repository.
- expressjs - as backend minmal framework
- mongodb - as database
- socket.io - for real time data sharing
- cloudinary - for uploading image to cloud