Online learning platform builded with Django
- Git Clone this project: https://github.com/redianmarku/MesoOn
- Create an python environment with
python -m venv venv
orvirtualenv venv
and activate it with (windows:venv\Scripts\activate
, Mac/Linux:source venv/bin/activate
. - Install required packages:
pip install -r requirements.txt
- Run app:
python manage.py runserver
This project is officially certificated by Redian Marku the creator of this project.