An integrated learning platform designed for student-teacher and student-student collaboration, enhanced by Artificial Intelligence utilities.
The following items are required for this project:
Clone this repo:
$ git clone https://github.com/aurora-wangq/AILearn.git
Create a virtual environment and install dependencies:
$ poetry install
Spawn virtual environment shell:
$ poetry shell
Edit environment variables:
$ cp .env.template .env
$ vim .env # or whichever editor you like
Migrate database:
$ py manage.py migrate
Run server:
$ py manage.py runserver
Visit http://localhost:8000