Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 573 Bytes

readme.md

File metadata and controls

46 lines (24 loc) · 573 Bytes

sqlite3 express node rest-api

this is a Full CRUD REST API using Node.js, ExpressJS, SQLite3

Routes

GET      /api/users

GET      /api/user/:id

POST     /api/user/

PATCH    /api/user/id

DELETE   /api/user/:id


GET       /api/product/all

POST      /api/product

PATCH     /api/products/:id/user

UPDATE    /api/products/:id/update

## Usage

Install dependencies

npm install

Run in develpment

npm run dev


Feel free to add to this. i plan to add more features but it will always be an API. 

I dont have plans to render HTML