Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 366 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 366 Bytes

This is an application to connect express with postgresQL database.

The database is books, there are routes for get all books, add new book, update existing books, get information about a book, and delete an existing book.

All the routes are in the app.js for simplicity purpose only. Also, there is no rendering involved, the data are sent back as json objects.