Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 427 Bytes

File metadata and controls

20 lines (16 loc) · 427 Bytes

Backend (Django):

Go to backend folder and run

pip install -r requirements.txt

To start the backend on port 3333, run:

python manage.py runserver 3333

The core functionalities are coded and developped in backend/core and are called in backend/api/urls.

Frontend (Vue):

Go to frontend and run:

npm run serve

Note that an openai api key is needed in backend/api/core/openai_api_key.txt