An e-learning platform. Organise modules, courses and subjects with dynamic content between video and text.
Basic requirements
- memcached
Install project python requirements and migrate the server
pip install -r requirements.txt
python manage.py migrateStart memcache on a different terminal
memcached -l 127.0.0.1:11211Run the project and access the components on 127.0.0.1:8000
python manage.py runserverBasic requirements
- Docker
