Node Express Mongo Eslint Prettier Backend Boilerplate Template is a nodejs backend server boilerplate with express, mongodb, eslint, prettier, and docker.
git clone https://github.com/MrAzharuddin/node-express-mongo-lint.git
cd node-express-mongo-lint
npm install
- Create a
.env
file withMONGODB_URL, PORT
PORT=5000
MONGODB_URL=mongodb://localhost:27017/SomeDatabaseName
- Run
docker compose -f "docker-compose.yaml" up -d --build
- Run
npm run dev
docker compose -f "docker-compose.yaml" up -d --build
npm run dev
This project welcomes contributions and suggestions. See CONTRIBUTING.md for details.