CIKU-AI is a Phoenix application that ...
Before you begin, ensure you have installed the following:
- Elixir
- Phoenix
- PostgreSQL
To start your Phoenix server:
- Clone the repository
- Navigate to the project directory:
cd ciku-ai
- Install dependencies with
mix setup
- Set the
DB_USERNAME
,DB_PASSWORD
andAPI_KEY
environment variables - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Visit the deployed site on cikuai.newtonmutugi.me
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.