To streamline the content management for eGG network, http://egg.network/ , and create jobs for non technical employees. This is done by connecting the frontend (React.js) and backend (Django) with API calls through Wagtail's API and DRF(for custom endpoints).
Clone the repository.
Create a new virtual environment and activate it.
Install dependencies:
pip install -r requirements.txt
Install MySQL.
Run development server:
python manage.py runserver
- [Python 2.7] - Web Language
- [Django 1.11] - Web Framework
- [MYSql] - Database
- [Wagtail 1.11] - Open Source CMS by Torchbox