Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ossycodes/express-api-best-pratices-boilerplate
https://github.com/ossycodes/express-api-best-pratices-boilerplate
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ossycodes/express-api-best-pratices-boilerplate
- Owner: ossycodes
- Created: 2020-08-19T22:24:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T22:27:48.000Z (over 4 years ago)
- Last Synced: 2024-11-10T11:07:06.941Z (2 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### NODEJS (EXPRESS) BEST PRATICES API BOILER PLATE WITH OTHER GOODIES.
- Caching (not done)
- Rate-Limiting
- Proper Error-handling
- validation
- Logging
- swagger documentation
- unit and functional tests using JEST
- JWT (token-based) authentication (not done)
- performance tests using k6 (not-done)
- noSQL database (not done)
- pagination (not done)