A starter backend best practices infused Node.js API template for perfect start on you API creation journey
Best Practices
- URL versioning
- MVC pattern
- Testing
- Documentation through code comments
Contains:
- Token based authentication with login, registration, password reset
- Tests with supertest and jest
- MongoDB initialization
- Apidocjs integration
What you'll need to setup:
- Mailgun account for password reset emails
- Mongodb database
Then on the project folder do:
yarn install