Skip to content

rgarciade/api

Repository files navigation

api

An attachment is included ponstmancollection

List of Endpoint

more detailed explanations in the ponstmancollection

  • authenticated

    • PUT {{serverip}}/api/products/productid
    • DEL {{serverip}}/api/products/productid
  • not authenticated

    • GET {{serverip}}/api/products/
    • GET {{serverip}}/api/products/productid

future additions

  • Add unit tests
  • Creation of authenticated users
  • Authenticated users with jwt

Installation

Requires Node.js v3.5.2+ to run.

Requires mongo server runing in localhost:27017 Install and start the server.

$ npm install 
$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published