Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 305 Bytes

File metadata and controls

6 lines (5 loc) · 305 Bytes

Booklist

This is a web application which allows users to maintain an online booklist.
It features CRUD operation which allows users to CREATE, READ, UPDATE, and DELETE books.
The database is handled with a relational database: Postgres SQL. The server is Express and the backend is Node.js