iOS app repository: 🍎 iOS app
backend (server + database) repo: 💾 backend
frontend React app repo: 🖼 React
SARA stands for Search and Rescue application
Praca inżynierska w ramach studiów I stopnia na Akademii Górniczo-Hutniczej w Krakowie na kierunku Informatyka
Zadaniem aplikacji jest monitorowanie, koordynowanie i zarządzanie w czasie rzeczywistym poszukiwawczymi w różnych terenach. Aplikacja będzie umożliwiała śledzenie ruchów grup, pokrytego przez nią terenu oraz komunikację dwustronną z centralą oraz grupami między sobą, wraz z przesyłaniem zdjęć i plików.
- This repository is maintained for Docker Compose image containing full application that is database + backend sever + frontend web application
- Mobile app is avaialvale here 🍎 iOS app
Docker Compose images prepared
Now you are just one command away from running database + backend + frontend locally
-
Make sure you have Docker installed on your system
-
Increase RAM allocation for docker (e.g. using Docker Desktop) to at least 4GB
-
Clone 💿 Docker and navigate to folder docker, you will find docker-compose.yaml inside
-
Execute
$ docker compose up -d --build
-
All info below about running separate docker images are still valid
-
For more information and adjustments please read comments inside docker-compose.yaml and proper Dockerfiles
-
How to clean docker containers/images and volumes:
$ docker system prune -a $ docker volume rm $(docker volume ls -q)
Fix all ---FIXME---
placeholders in the source code.