serum-390 / soen390-team16-godzilla

Codename GODZILLA: project for course SOEN-390
GNU General Public License v3.0
4 stars 0 forks source link

Godzilla ERP

Godzilla ERP, high performance, easy to learn, open source Enterprise Resource Management system

Maven Build Docker Build


Visit the live demo environment here: https://godzilla.serum-390.app/

Login:

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


Getting Started

To get started with the app, checkout the Quickstart wiki page.

Docker

# 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