Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.54 KB

File metadata and controls

63 lines (43 loc) · 2.54 KB

Node Express Mongo Eslint Prettier Backend Boilerplate Template

Table of Contents

Description

MongoDB Express.js Node.js ESLint JavaScript Docker Prettier

Node Express Mongo Eslint Prettier Backend Boilerplate Template is a nodejs backend server boilerplate with express, mongodb, eslint, prettier, and docker.

Installation

git clone https://github.com/MrAzharuddin/node-express-mongo-lint.git
cd node-express-mongo-lint
npm install

Usage

  • Create a .env file with MONGODB_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

License

Apache 2.0 license

Contributing

This project welcomes contributions and suggestions. See CONTRIBUTING.md for details.

Questions

GitHub LinkedIn Gmail

Credits