Central platform repository for BharatSeva+, containing all core services managed as Git submodules.
This repository acts as the central control system for managing, updating, and organizing all modules.
- Clone the repository:
git clone https://github.com/BharatSeva/bharatseva-plus-platform.git
cd bharatseva-plus-platform- Initialize, update submodules and start the docker containers:
make init- Access the services:
- Client_Portal: http://localhost/client/login
- HealthCare_Portal: http://localhost/healthcare/login
make init: Initializes and updates all git submodules and starts the docker containers.make start: Starts the docker containers.make stop: Stops the docker containers.make restart: Restarts the docker containers.make status: Displays the status of the docker containers.make rm-vol: Removes all docker volumes associated with the project.