Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 578 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 578 Bytes

express-starter

Minimal Express boilerplate

Setup

git clone https://github.com/zsevic/express-starter
cd express-starter
cp .env.sample .env # change values
npm i
docker-compose up
npm run dev

Build

npm run build
npm start

Linting

npm run lint
npm run lint:fix

Testing

npm test

API documentation

Generated at /api-docs endpoint using express-swagger-generator plugin

Technologies used

  • Node.js, Express, MongoDB, OpenTelemetry