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 migrate
Start memcache on a different terminal
memcached -l 127.0.0.1:11211
Run the project and access the components on 127.0.0.1:8000
python manage.py runserver
Basic requirements
- Docker