Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.33 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.33 KB

API RESTFUL WITH NODE.JS - MONGODB

First attempt doing an API of an online market with Node.JS and MongoDB.

It's possible to interact with the API thanks to a little frontend application (see "Frontend Application").

API

Endpoint HTTP Description
/product GET Retrieve all the products
/product/:id GET Retrieve an specific product with id
/product POST Create a new product
/product/:id PUT Update an existing product with id
/product/:id DELETE Remove an existing product with id
/signin POST Signin an user
/login POST Login as a user

Frontend Application

There are two renders deployed, developed with "express-handlebars":

Deployment

  • Heroku
  • MongoLab

Authors

  • Raúl Javierre

Learned

  • Node.JS API designing
  • NoSQL particularities
  • Use of Postman
  • Use of MongoDB Compass
  • Deployment of an Heroku application with Node.JS and MongoLab
  • Use of markdown languages
  • Use of Visual Studio Code

License

This project is licensed under the MIT License - see the LICENSE.md file for details.