No description
| .idea | ||
| backend | ||
| docs | ||
| frontend | ||
| .env.example | ||
| docker-compose.yml | ||
| README.md | ||
RaspberryRocketeer
How to run
Copy .env
First you need to copy the .env.example.
cp .env.example .env
Note: It is recommended to change the values for the database user.
Install node packages
Go into the frontend folder using
cd frontend
and run:
npm install
Start the container (in the project root)
docker compose up --build
You can then access the website on localhost:8080