Skip to content

MariyaVdovenko/wallet-server-goit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallet server application

Install

npm install npm install -g nodemon

Run

npm start

API

GET /costs - retrive full product list;

GET /costs/?category=tech - retrieve all product list with category "tech" as example;

GET /costs/:id - retrieve product;

POST /costs - create product;

PUT /costs/:id - update product and change modified date;

DELETE /costs/:id - remove product;

About

home work node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published