Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 840 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 840 Bytes

BACKEND Boilerplate

Super minimal boilerplate to start a simple node + express backend with mongo-db integration


Node Express Mongo

Features

  • @Routing: the project routing ready
  • @Authentication: the project provide a db authentication process (with middleware's protection)

TODO:

  • Routing
  • Authentication
  • Db connection
  • ...