/jLearn

jLearn is a learning platform that aims to make learning fun!

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

jLearn

Quick Setup

Clone repository:

git clone https://github.com/gjergjk71/jLearn

Install necessary packages

pip3 install -r requirements.txt

Make migrations

python3 manage.py makemigrations
python3 manage.py migrate

Create an account with admin access

python3 manage.py createsuperuser

Run it on your local machine

python3 manage.py runserver