Snapstory is story sharing platfrom where users can share their stories with the other users. This is the backend of the Snapstory project. This project is built using Mongodb, Express.js and Node.js.
- Clone the repository
- Run
npm install
- Create a
.env
file and add the following variables
PORT=3000
MONGODB_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret
- Run
npm start
- The server will start at
http://localhost:3000
- You can test the API using Postman or any other API testing tool
- You can find the frontend of the project here