Practice project building a social media app implementing everything learned from nodeJs, Express, mongoDB, mongoose and docker.
NodeJs
Express
MongoDB
Mongoose
Docker
DotEnv
In order to initialize the project, it is necessary to rename the .env.example file to .env, and then complete the fields of the following environment variables.
PORT
MONGO_URI
JWT_SECRET
MONGO_USER
MONGO_PASSWORD
MONGO_DATABASE
1.- Clone the project repository
git clone https://github.com/DaniCabrera91/2-Proyecto-Backend
2.- Go to your project directory
cd 2-Proyecto-Backend
3.- Install dependencies
npm install
4.- Start the server
npm start