0.1.0 • Published 8 years ago

lg-wk18-bookstore v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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