Create a .env file inside the /backend directory and add the following:
Example .env
DB_USER=user
DB_PASSWORD=password
DB_NAME=library
JWT_SECRET_KEY=QE5jUmZValhuMnI1dTh4L0E/RChHK0tiUGRTZ1ZrWXA=Navigate to the /backend directory and run:
docker-compose up
Move to the frontend project folder: cd frontend
Run the following command to install required dependencies:
npm install
ng serve