Skip to content

sdv01d/tovo-structured-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tovo-strucutred-api

Setting up

Open a shell and run :

npm install

Running the project

npm run server

This api runs on port 4001

For Development Environment

Install nodemon globally :

npm install
npm -g install nodemon

and start the server in dev environment :

npm run server-dev

Releases

No releases published

Packages

No packages published