Godzilla ERP, high performance, easy to learn, open source Enterprise Resource Management system
Visit the live demo environment here: https://godzilla.serum-390.app/
Login:
demo
demo
SOEN-390 Team-16
Documentation: https://github.com/serum-390/soen390-team16-godzilla/wiki
Contributing: https://github.com/Serum-390/godzilla/wiki/Contributors
Docker Image: https://github.com/orgs/serum-390/packages/container/package/godzilla
To get started with the app, checkout the Quickstart wiki page.
# Grab the latest image
docker pull ghcr.io/serum-390/godzilla
# Spin up postgres
docker-compose up -d
# Run the app
docker run --name godzilla -d -p 8080:8080 --network godzilla_network -e DB_HOST=postgres ghcr.io/serum-390/godzilla