-
Notifications
You must be signed in to change notification settings - Fork 1
3. Setup Guide
Pourya Alizadeh edited this page Sep 27, 2024
·
1 revision
This section provides instructions for setting up the Event Management System locally.
Make sure you have the following installed:
- Docker and Docker Compose for containerized services.
- Node.js or Java depending on your microservice technology.
- MongoDB or PostgreSQL databases.
- Kubernetes (optional, for production deployment).
git clone https://github.com/ThePral/Event-Management-System.git
cd event-management-systemdocker-compose up --buildOnce all services are up and running, you can access the app at http://localhost:{8080}. Each microservice will be accessible at its respective port.
Ensure Kubernetes is configured on your system for production-scale deployment.
kubectl apply -f k8s/