/Express-Typescript-Backend

Sample Express Backend Template

Primary LanguageTypeScript

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 ...