Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 319 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 319 Bytes

Express From Scratch Workshop

Build node.js app using express scratch

Setup

npm install

API CONFIGURATION

Endpoint HTTP Description
/api/books GET show all data
/api/books POST add new data

Usage

npm start

License

MIT