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 repository2git clone https://github.com/CredGem/CredGem.git3cd CredGem45# Start the entire stack6docker-compose up -d
The application will be available at:
- Frontend: http://localhost:3000
- Backend API: http://localhost:8000
- API Documentation: http://localhost:8000/docs
Check Application is running
Check if the application is running: