/expressjs-typescript-template

just a template to get started with ts on expressjs

Primary LanguageTypeScript

Nodejs (express.js) with typescript template

Start the project

  • add .env file containing mongodb atlas db user
MONGODB_URI=mongodb+srv://<your mongodb atlas username>:<your mongodb atlas password>@<the rest of your mongodb URI>
  • Build the project npm run build
  • Start the project npm start