Starter KIT for Express based apps
- Express REST service
- Bootstrap 3.x based UI****
- SMTP mailer
- ESLint checking
- Github actions
- Logging with log4js
- Mocha + Supertest tests
- Basic Docker
- Swagger
- Replace bower with npm
- Vue@3, bootstrap@5 setup
- Node.JS
v16
and above
Clone project, and install app dependencies:
npm i
Edit config/<ENV>.json
using your favourite editor to configure app
npm run lint
npm test
npm start
npm run docker_up
By default, application will work on localhost:3000