Minimal Express/TypeScript boilerplate
git clone https://github.com/zsevic/ts-express-starter
cd ts-express-starter
cp .env.sample .env # change values after copying
npm i
docker-compose up
npm run dev
npm run build
npm start
npm run lint
npm run lint:fix
npm test
Generated at /api-docs
endpoint using express-oas-generator plugin
- Node.js, TypeScript, Express, MongoDB