Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 455 Bytes

File metadata and controls

20 lines (16 loc) · 455 Bytes

nodejs-rest-mongo-typescript-seed

A seed project for a REST API written in nodejs with typescript

Setup

Run npm install

Start server

Run npm start

TODO

  • Basic project setup
  • Update README
  • Dependency Injection
  • REST API
  • Add mongo support (hydrate-mongodb?)
  • Validation
  • Authentication & Authorization
  • Testing

If you have any remarks or suggestions, feel free to log an issue so we can discuss.