MarkGeeRomano / clone-javi

para cara de bebe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

giveTakeGo

node express based API

To Run:

git clone https://github.com/jolaya182/QFrame.git

In src folder:

node server.js

API

GET /request

Returns all books

POST /request

body: title: <string>

Returns book with requested title

POST /insert

body: title: <string>

Adds a books with given title

DELETE /request

body: id: <int>

Deletes book with provided id

About

para cara de bebe

License:MIT License


Languages

Language:JavaScript 100.0%