SpotIT is a team project made druring final year of CS studies at the University of Gdańsk. It is a web application made for IT employers and employees.
Preview of the working app is available at the following address:
There are three main possibilities of running the app:
- for running both backend and frontend parts separately, check out guides available in their directories
- for running app using
Kubernetes
see the guide in thek8s
directory - for running the app using
Docker Compose
, see the guide below
The easiest way to run the app locally is to use Docker
and Docker Compose
.
After installing them, it can be started with one command:
$ docker compose -f <filename> up
where filename
depends on desired environment (docker-compose-dev.yml
or docker-compose-prod.yml
).
.env.dev
or .env.prod
) according to the provided examples. For running the app with docker-compose-prod.yml
, it is also required to place a valid SSL certificate in the ssl
directory.