Skip to content
/ MesoOn Public
forked from redianmarku/MesoOn

Online learning platform with Django

Notifications You must be signed in to change notification settings

sokogfb/MesoOn

 
 

Repository files navigation

MesoOn

Online learning platform builded with Django

Setup

  1. Git Clone this project: https://github.com/redianmarku/MesoOn
  2. Create an python environment with python -m venv venv or virtualenv venv and activate it with (windows:venv\Scripts\activate, Mac/Linux:source venv/bin/activate.
  3. Install required packages: pip install -r requirements.txt
  4. Run app: python manage.py runserver

Certificate

This project is officially certificated by Redian Marku the creator of this project.

About

Online learning platform with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.8%
  • HTML 25.8%
  • Python 19.2%
  • JavaScript 14.2%