Base project for nodeJs using express & typescript
- Clone the project
$ git clone https://github.com/gaurav10036/node-typescript.git
$ cd node-typescript
- Setup the server
$ cd server & npm i
$ npm start
$ export MONGO_DB_URL=mongodb://localhost:27017/express_ts