ceghap / expressjs-typescript-template

just a template to get started with ts on expressjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

just a template to get started with ts on expressjs


Languages

Language:TypeScript 100.0%