- Docker π³
- Docker Compose
-
Clone the repository:
git clone https://github.com/l3vels/L3AGI.git
-
Navigate to the project directory:
cd apps/server
-
Setup Git Hooks
chmod +x setup.sh ./setup.sh
-
Create
.env
file from.env.example
inapps/server
directory and configure -
Create
.env
file from.env.example
inzep
directory and configure -
π³ Run Docker Compose:
docker compose up --build
This will build and start both the React UI and FastAPI services.
- React UI: Open
http://localhost:3000
in your browser. - FastAPI Server: Open
http://localhost:4000
in your browser or API client.
.
βββ apps/
β βββ server/ # Python FastAPI Server
β βββ ui/ # React UI Application
βββ docker-compose.yml # Main Docker Compose File
- If you encounter issues when starting the services, ensure Docker and Docker Compose are installed and up to date.
- Check the logs for any service-specific errors.
This initiative is currently in its developmental phase and might have some inconsistencies. We value your patience and comprehension. Should you face any challenges, kindly consult our list of existing issues first. If you can't find a relevant one, please open a new issue explaining the concern you faced. Your backing means a lot to us! Thank you!