Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 437 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 437 Bytes

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