Description
Create a simple content management system that allows users to add, delete, or update books. Books entered in the system can be viewed in a listing, or searched for using basic searches (title, author, genre).
Context
Creating this web application will provide exposure to:
- Express
- Javascript
- Simple relational database interactions (Create, Read, Update, Delete)
- Simple server side templating (to render data retrieved from the database)
Specifications
Our specs are these issues.
Quality Rubric
- Code is well formatted without any linting errors
- Functions are small and serve a single purpose
- Code is well organized into a meaningful file structure
- Interface is user friendly