Omar Adel Abdel Hamid Ahmed Brikaa - 20206043 - S7 - [email protected]
https://github.com/Brikaa/tools-3-project
- Docker CLI (even if you are using Podman backend)
- Docker Compose CLI (even if you are using Podman backend)
- Podman (optional. If you want to use Docker instead, read on)
- A Linux environment with systemd
- GNU Make (pre-installed on most Linux environments)
Podman backend is used by default. If you wish to use Docker, create a file called .no-podman
in the src
directory.
To run the containers:
cd src
make dev
Access the app at clinic.localhost:4000
(or whatever you configured frontend host to).
In order to configure different parameters like ports and hosts create a file called .env.overrides
overriding
the variables you want to change in .env.sample
.
- MySQL database
- Redis PubSub messaging
- Go backend
- Angular frontend