Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Express Typescript Boilerplate | 2,780 | 4 months ago | 88 | mit | TypeScript | |||||
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch | ||||||||||
Node Ddd Boilerplate | 668 | 3 months ago | 46 | other | JavaScript | |||||
Node DDD Boilerplate | ||||||||||
Express Stormpath | 327 | 453 | 21 | 5 years ago | 107 | July 22, 2017 | 119 | apache-2.0 | JavaScript | |
Build simple, secure web applications with Stormpath and Express! | ||||||||||
Express Api Es6 Starter | 284 | 2 months ago | 4 | mit | JavaScript | |||||
Build APIs with Express.js in no time using ES6/ES7/ESNext goodness. | ||||||||||
Express Boilerplate | 171 | 10 days ago | 6 | mit | TypeScript | |||||
Boilerplate for setting up express.js applications | ||||||||||
Onion Architecture Boilerplate | 156 | a year ago | 14 | TypeScript | ||||||
Node.js / Express Onion Architecture boilerplate with Typescript - OOP Variant | ||||||||||
Express Postgres Starter | 119 | 2 years ago | 4 | mit | JavaScript | |||||
A starter project for Node.js with Express and Postgres running on Docker Compose | ||||||||||
Node Express Mysql Typescript Api Boilerplate | 110 | 9 months ago | 6 | TypeScript | ||||||
Boilerplate for node express mysql typescript api project | ||||||||||
Typescript Api Starter | 89 | a month ago | mit | TypeScript | ||||||
:beginner: Starter for Node.js express API in Typescript :rocket: | ||||||||||
Myapi | 87 | a year ago | 7 | mit | TypeScript | |||||
A template to create awesome APIs easily ⚡️ |
MyApi SQL Template | |
---|---|
⚡️ | Launch your api instantly watching changes with live-reload |
📈 | Highly scalable using Repository design pattern to access the database even easier |
😎 | OpenAPI with Swagger to describe your RESTful APIs |
✨ | KISS principle make everything as simple as possible, but not simpler |
📱 | Mobile friendly supporting Cross-origin resource sharing (CORS) with a list of domains for restricted resources |
🔑 | Security using JWT authentication strategy with Passport and other techniques to increase the security of your applications |
👥 | Made for Users. Easily validate permissions for specific routes using Guards with a Role-based access control |
⏱ | Don't repeat yourself, Single responsibility principle. |
🔗 | Validation: provides pipes available right out-of-the-box with class-validator to enforce validation rules for all incoming client payloads |
⚠️ | Logger with Winston using different levels to track exceptions easily |
🔄 | Migrations using TypeORM to apply incremental updates to the database |
Do you want to see this template in action? Visit https://myapi-template.herokuapp.com/api yay! 🎉
|
|
# install dependencies
$ yarn
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# run migration
$ yarn migration
# create migration
$ yarn migration:create
# revert migration
$ yarn migration:revert
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
I believe in Unicorns 🦄 Support me, if you do too.
Donate Ethereum, ADA, BNB, SHIBA, USDT, DOGE:
Wallet address: 0x3F9fA8021B43ACe578C2352861Cf335449F33427
Please let us know your contributions! 🙏
Made with ❤️