Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 340 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 340 Bytes

node-typescript

Base project for nodeJs using express & typescript

Getting started

  • 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