Hobby job application tracking system.
This application has been built as a hobby project to run on a Raspberry Pi and be accessed from other machines on the local network.
-
Clone the repo
-
Create a
.env.file (see.env.examplefor more information) -
Deploy the application
-
Using
docker-composedocker-compose --env-file <path_to_env_file> up [-d]
-
- Clone the repo
- Create a
.env.file (see.env.examplefor more information) - Install dependencies
- For the frontend, run
make build-frontend
- For the frontend, run
- Run the application in
devmode usingmake run-dev- This will run both the frontend and backend services