Skip to content

This is the 1th of 18th repositories created to practice NodeJS

Notifications You must be signed in to change notification settings

agudelojohn/NodeJS_LV1_Directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS_LV1_Directory

This is the 1th of 18th repositories created to practice NodeJS

  • Directory of books:

This repository uses a random generator as data source. Do not use DB connection. The application implements the CRUD basic operations using ruotes to expose services to handle the data of the books.

  • Endpoints:
    • To get all the books: GET localhost:3000/books/
    • To get the data of a single book: GET localhost:3000/books/:id
    • To delete one entry: DELETE localhost:3000/books/:id
    • To update one entry: UPDATE localhost:3000/books/:id
    • To create one entry: POST localhost:3000/books/

About

This is the 1th of 18th repositories created to practice NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published