In this SQL library manager you're able to add, update and delete books in a library app.
- Live demo: SQL Library Manager
- JavaScript
- Pug
- Express
- Node
- SQL
- Clone the repository:
First, you'll need to clone this repository to your local machine. Open your terminal and run the following command:
git clone https://github.com/mf-dlcz/sql-library-manager.git
- Install nodemon:
To install Express type in the terminal the following command:
npm install nodemon
- Run the project:
npm start
- Exit project:
control c