Skip to content

IsmaelNjama/paza-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

paza-platform

How To Use

Note

Before proceeding, ensure you have Docker Engine installed and running on your system: Windows and WSL Users: Ensure Docker Desktop is installed and running

  1. Clone the main repository
git clone https://github.com/IsmaelNjama/paza-platform.git
  1. Navigate into the main directory
cd paza-platform
  1. Create the necessary folders Inside the paza-platform directory, create the following folders:
mkdir paza-frontend paza-backend paza-storage
  1. Clone the individual repositories

Backend: Navigate to the paza-backend folder and clone the backend repository:

cd paza-backend
git clone https://github.com/IsmaelNjama/paza-backend.git .

Frontend: Navigate to the paza-frontend folder and clone the frontend repository:

cd ../paza-frontend
git clone https://github.com/rebeccawaweru/paza-frontend.git .

Storage: Navigate to the paza-storage folder and clone the storage repository:

cd ../paza-storage
git clone https://github.com/IsmaelNjama/paza-storage.git .
  1. Set up your environment Each service requires environment variables to function correctly. Ensure you create and configure the .env files in each respective folder before running the services.

  2. Run the services After setting up the repositories and configuring the environment, navigate back to the paza-platform directory and run the services using Docker Compose:

cd ../paza-platform
docker compose up

The above command will start all the services.

  1. Stop the services Use the following command:
docker compose down

About

Paza platform containerized services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published