Skip to content

spike04/Express-Typescript-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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