simpbuksto

0.0.0 • Public • Published

SimpleBookStore

Create a simple content management system that allows users to add, delete, and 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), with SQL practice
  • Simple server side templating (to render data retrieved from the database)

Specifications

Our specs are these issues

Stretch Goal

Our strech goals are these issues

Required

  • [x] The artifact produced is properly licensed, preferably with the MIT license.

Quality Rubric

  • Code is well formatted without any linting errors
  • Variables, functions, css classes, etc. are meaningfully named (no comments exist in code to explain functionality - the names serve that function)
  • Functions are small and serve a single purpose
  • Code is well organized into a meaningful file structure
  • Interface is user friendly

Readme

Keywords

none

Package Sidebar

Install

npm i simpbuksto

Weekly Downloads

0

Version

0.0.0

License

MIT

Last publish

Collaborators

  • compsight
  • generalmeow
  • tjfwalker