Skip to content

KonyD/elysiajs-books-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElysiaJs Books API

To Get Books:

GET /books

To Add A Book:

POST /books

example value:

{
  "name": "string",
  "author": "string"
}

To Update A Book:

PUT /books

example value:

{
  "id": 0,
  "name": "string",
  "author": "string"
}

To Get A Book By Id:

GET /books/:id

To Delete A Book:

DELETE /books/:id

To Sign In:

POST /sign/:name

About

Book store API created with ElysiaJs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published