Skip to content

vishalims095/nodeWithTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-TS-express-mongodb-API

Running the API

Development

To start the application in development mode, run:

npm install -g nodemon
npm install -g ts-node
npm install -g typescript
npm install

Start the application in dev env:

nodemon

Start the application in production env:

Install ts pm2 and typescript compiler:

npm install -g pm2
pm2 install typescript

Express server listening on http://localhost:8001/, in development mode

About

My first project Nodejs with typeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published