Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 423 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 423 Bytes

Klerly (Backend)

The backend of an AI Completion the app (something like copy.ai ) which integrates blockchain payment.

Commands To start app NOTE: make sure you have a file named "env" in this folder check env.example on how to populate it

pip3 install -r requirements.txt

cd app

venv venv

source venv/bin/activate

source source.sh

python3 manage.py runserver