Skip to content

Making-projects-and-learning/social-media-backend

Repository files navigation

social media server

This is a server made for a basic social media.

Installation

Must have the mongoDb environment variable correctly configured on the .env file.

PORT=8080
DB_URL=DatabaseUrl
JWT_SECRET=secreto.01

Install the dependencies and devDependencies and start the server.

git clone https://github.com/Making-projects-and-learning/social-media-backend.git
cd social-media-backend
npm i
npm run dev

Releases

No releases published

Packages

No packages published