- Make sure you have Git, Python, and pip installed on your machine. If you don't have these tools installed, you can follow the instructions at the following links:
- Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
- Python: https://realpython.com/installing-python/
- pip: https://pip.pypa.io/en/stable/installing/
- Clone the repository:
git clone https://github.com/MistaAsh/Eval.git
- Navigate to the src directory:
cd Eval/src
- Install the required Python packages:
pip install -r requirements.txt
- Navigate to the chAI directory:
cd Eval/src/chAI
- Migrate the database
python manage.py migrate
- Run the server
python manage.py runserver
The server will now be running at http://localhost:8000/.