Welcome to the Library Management System! This project aims to streamline the management of a library's inventory, including functionalities for adding, viewing, and removing books.
Before you begin, ensure you have met the following requirements:
- You have Docker installed on your system.
git clone https://github.com/dr4g0n369/libraryManagement.git
cd libraryManagement
cp config/.env .env
Add the required details (Database name, password...) in the .env
file.
docker-compose build --no-cache
After completing the installation you can start the server using the below command
docker-compose up -d
This will launch the application. You can visit it by going to http://localhost:3000
.
In order to shut it down run the below command
docker-compose down