Skip to content

yogeshhrathod/express-typescript-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-typescript-scaffold

Getting started 🏍

Prerequisite 💻

  • Node v10+
  • PostgreSQL 10+

Project setup 🎿

  • clone this repo
  • npm install or yarn
  • npm run start:dev or yarn start:dev

Dependencies 📦

  • expressjs - The server for handling and routing HTTP requests
  • jsonwebtoken - For generating JWTs used by authentication
  • typeorm - For modeling and mapping PostgreSQL data with database

Error handling 🧨

  • email is not getting send
    • fix: make Less secure apps in your Google Account settings

Contributing 🥁

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License 📄

MIT