Skip to content

This is an SQL library manager, built using Node, Express and Javascript.

Notifications You must be signed in to change notification settings

kwnna99/SQL-Library-Manager

Repository files navigation

Library Manager using SQL and Sequelize

This project is a library manager, using a database, where one can add, delete and update a book entry. It includes the following routes:

  • / - get
  • /books - get
  • /books/new - get
  • /books/new - post
  • /books/:id - get
  • /books/:id - post
  • /books/:id/delete - post

How to use the project

  1. Run npm install to install dependencies
  2. Run npm start and the application will run on localhost:3000.

The project uses Express JS, Pug and Sequelize.

About

This is an SQL library manager, built using Node, Express and Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published