Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 863 Bytes

INSTALLATION.md

File metadata and controls

42 lines (31 loc) · 863 Bytes

Eval

Installation Instructions For Website

  1. 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:
  1. Clone the repository:
git clone https://github.com/MistaAsh/Eval.git
  1. Navigate to the src directory:
cd Eval/src
  1. Install the required Python packages:
pip install -r requirements.txt
  1. Navigate to the chAI directory:
cd Eval/src/chAI
  1. Migrate the database
python manage.py migrate
  1. Run the server
python manage.py runserver

The server will now be running at http://localhost:8000/.