This is a server made for a basic social media.
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