/yuechuan-webver

阅川 大模型教学平台

Primary LanguagePython

LOGO

AILearn

An integrated learning platform designed for student-teacher and student-student collaboration, enhanced by Artificial Intelligence utilities.

Prerequisties

The following items are required for this project:

Deploy

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

Contributor