Online learning platform builded with Django
- Git Clone this project: https://github.com/redianmarku/MesoOn
- Create an python environment with
python -m venv venvorvirtualenv venvand 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.