Skip to content

DheerajSharma404/Snapstory-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snapstory-backend

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.

Installation

  1. Clone the repository
  2. Run npm install
  3. Create a .env file and add the following variables
PORT=3000
MONGODB_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret
  1. Run npm start
  2. The server will start at http://localhost:3000
  3. You can test the API using Postman or any other API testing tool
  4. You can find the frontend of the project here

About

Backend for story sharing platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published