The Library Manager allows you to add, delete, and update a book.
The project utilizes the following technologies and features:
- HTML5
- CSS3
- JavaScript
- React
- Node.js
- Express
- Pug
- 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/Library-Manager.git
- Navigate to the Project Folder:
Change your working directory to the newly cloned project folder:
cd client
- Run Dependencies:
Run npm dependencies:
npm install
- Run Project:
Run project:
npm start
This command will launch a development server, and you'll be able to view the website locally in your web browser.