A very, very simple demo on how to build a node.js express web app correctly.
- Serving HTTP requests
- Restful API for community-like web app
- Persistance over MongoDB&mongoose
- Log in and auth via JWT
- Auth with middleware
- Best practice of handling errors
- Caching over redis
- Winston for logging, rotate logs
- Large file processing with Multer & Buffer