Created a REST API using nodejs with typescript, mongodb and express.
1: Clone project using following commands.
git clone https://github.com/devbinod/nodewithmongo.git.
2:Go to project space. cd nodewithmongo
-
Install dependency : npm install
-
Start server: nodemon start
- Project is running on 5000 port.