Skip to content

Social Media Platform Backend build using node.js, express and mongodb.

Notifications You must be signed in to change notification settings

akashpawar43/Social-Media-Platform-Backend

Repository files navigation

Social Media Platform Backend

Social Media Backend is a robust and scalable platform built on the MongoDB, Express.js & Node.js stack, offering users a comprehensive suite of Enternianment. our platform ensures a seamless experience for including user authentication, posting updates, commenting, liking posts, following users, and more.

💻 Built with

Technologies used in the project:

  • Node.Js
  • Mongodb
  • Express.JS
  • Jsonwebtoken
  • Mongoose
  • Zod
  • dotenv

create .env file and add below code

PORT = 4000
JWT_SECRET = "add_your_jwt_secret"
MONGO_URL = "add_your_mongo_url"

Install dependencies

npm install

Start Server

npm start

viste below url for api documentation

http://localhost:4000/api-docs/#/default

Releases

No releases published

Packages

No packages published