Skip to content

GeaSmart/ApiRestNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple API Rest with node JS and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published