23 lines
520 B
Markdown
Raw Normal View History

2025-09-18 19:34:59 +02:00
# AISApp Project
## Environment Configuration
Before running the project, you need to configure the environment variables in a `.env` file. The required environment variables are:
- `OPENROUTER_API_KEY`
## Running the Project
The recommended way to run the project is using Docker Compose:
```bash
docker compose up
```
This will start the application with all necessary services.
---
This README provides the basic steps to configure and run the AISApp project using Docker Compose and environment variables.