Quick Start with Docker

Learn how to get up and running with CredGem in just a few minutes using Docker.

Prerequisites

  • Docker Engine (20.10.0+)
  • Docker Compose (2.0.0+)

Run the application

Install the package using your preferred package manager:

bash
1
# Clone the repository
2
git clone https://github.com/CredGem/CredGem.git
3
cd CredGem
4
5
# Start the entire stack
6
docker-compose up -d

The application will be available at:

Check Application is running

Check if the application is running:

Next Steps