an auth-less express server boilerplate to kickstart your backend development.
$ git clone https://github.com/alok722/express-server-boilerplate.git
$ npm i
$ npm run start:dev
It is an auth-less express server boilerplate codes to kickstart your backend development.
happy backend-deving 😊
- It includes swagger documentation of all available routes to test without need of Postman. visit
localhost:3000\api-docs
after localhost setup. - It also includes typedoc documentation which can be viewed at
/docs/index.html
happy backend-deving 😊
Alok raj (alokr417@gmail.com)
- website: https://alokraj.tech/
- github: @alok722
- linkedin: @alok722
- adding test-cases
- more database support (eg: SQL)
contributions, issues and feature requests are welcome!
feel free to check issues page. you can also take a look at the contributing guide.
give a ⭐️ if this project helped you!