- claude.ai account with claude code (
npm install -g @anthropic-ai/claude-code
) - claudesync (
pip install claudesync
)
- https://apexive.com/post/the-future-of-software
- https://www.youtube.com/watch?v=LCEmiRjPEtQ
- https://www.youtube.com/watch?v=6eBSHbLKuN0
- https://apexive.com/post/apexive-development-philosophy
-
Clone this repository:
git clone <repository-url> cd apexive-hackaton-odoo
-
Build the project:
make
This command will:
- Build the Docker images for the Odoo application
- Install all necessary dependencies
- Prepare the environment for running the application
-
Start the database:
docker compose up -d db
-
Run the project:
make run
-
Login to Odoo
http://127.0.0.1:8069/
user:admin
passwordadmin