docker build -f Dockerfiles/Dockerfile_backend -t oink_backend .
docker build -f Dockerfiles/Dockerfile_frontend -t oink_frontend .
docker stack deploy -c docker-compose.yaml --detach=false oink
- Generating dummy data run the Python script by using
python3 create_dummy_data.py
- Enter the backend
host:port
which is where the application is hosted at *Note: if it is in the localhost, you can dolocalhost:1338