Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 548 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 548 Bytes

Simple API Rest with NodeJS and Express

This project is a simple api rest whit this HTTP verbs:

  • GET
  • POST
  • PUT
  • DELETE

Does not uses a database, instead uses a simple Json file as simulation, because the purpose of this project is to understand how to build a API in Node, but is fully functional.

This project uses the following technologies:

  • Node JS
  • Express
  • Morgan
  • nodemon
  • underscore
  • fetch

For running execute the following command: npm run dev

Visit my tech blog www.bravedeveloper.com Gerson Azabache Martínez