The following program(s) are required to run the project
- Clone the repo with
git clone https://github.com/SkyCascade/SkyLearn.git- Create and activate a python virtual environment
pip install -r requirements.txt-
Create
.envfile inside the root directory -
Copy and paste everything in the
.env.examplefile into the.envfile. Don't forget to customize the variable values
python manage.py migratepython manage.py createsuperuserpython manage.py runserverLast but not least, go to this address http://127.0.0.1:8000