Skip to content

ipriyanshu25/ai_curd.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Routes

GET /api/movies POST /api/movies GET /api/movies/:id PUT /api/movies/:id DELETE /api/movies/:id

#Installation

Install dependencies

npm install

Run in production

npm start