SQL Library Manager using JavaScript, Node.js, Express, Pug, SQLite and the SQL ORM Sequelize.
This is a web application that will include pages to list, add, update, and delete books.
This app runs on a node version less than v13
- Run
npm install
to run the app dependencies - Install the latest version of node using
nvm install --lts
- After installation, you can check the node version running with
node -v
- If the version running is still
v13
, use run the commandnvm use v12.18.4
, the version installed from step 2 - Run
npm start
to start the application. Iflocalhost:3000
doesn't open after the command, you can open the app onlocalhost:3000
.
Style updates
- Updates were made to how the links and buttons are rendered. Background color and color were changed most especially.
- The table was styles with background color and added spacing around each row of entry.