Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 438 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 438 Bytes

one-punch-community

A very, very simple demo on how to build a node.js express web app correctly.

Feature

  • 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