A simple project for managing car-related tasks.
- Task management
- Easy to use
- Lightweight
-
Clone the repository:
git clone https://github.com/yourusername/car-mcp.git
-
Navigate to the project directory:
cd car-mcp
-
Create a .env file:
example.env .env
-
Start the application using Docker Compose:
docker compose up -d
-
Run database migrations:
docker compose exec app alembic upgrade head
-
Seed the database:
docker compose exec app python seeder.py
-
Run client:
docker compose exec app python client.py
-
Extra - Catalog:
docker compose exec app python catalog.py