elbeshenrique / booklibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running the Applications

Be sure to be in the root project folder to run any of the commands.

Run the following command to start the apps: docker compose up -d --build

The database will be created if non-existent, and reset with default init data in every start.

Follow the logs of the apps: docker compose logs -f

Run the following command to stop the apps: docker compose down

  • The database is stored in 'Database/data' directory.

About


Languages

Language:C# 45.8%Language:TypeScript 27.4%Language:TSQL 18.9%Language:Dockerfile 4.9%Language:HTML 3.1%