The scope of this project is to create an api boilerplate that will include all the essential configurations to get you started on your awsome app ASAP. These configurations include
- Node + Typescript integration
- Express integration
- MongoDB integration with mongoose
- Redis for request cache
- Circle ci integration with a build workflow
- Request fail safe and validation middleware
- Flexible file structure
There is alot more to be done in order to make this boilerplate as helpful as possible
- Add mongo-db integration
- Optimise code for efficiency and speed