Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.61 KB

README.md

File metadata and controls

45 lines (38 loc) · 1.61 KB

Express Typescript Backend

Demo Application Codebase for Backend NodeJS created using Express in Typescript Following the MVC Pattern. The Implementation is done for modularity so that the functionalities can be used easily.

Dependencies Used:

  1. NodeJS
  2. Typescript
  3. express
  4. dotenv
  5. envalid
  6. cors
  7. mongoose
  8. morgan
  9. ts-node-dev

with @types for dependencies


Folder Structure

TODOS

  • Authentication using bcrypt and jsonwebtoken
  • Authorization for Role Based Access
  • File Handling etc ...