A WIP project where users can upload tasks or accept them.
- Django for backend.
- Webpack as a module bundler.
- all-auth for authentication
- Bootstrap for static assets.
- React + JQuery for frontend.
Backend
- Install Python3.6+
- Activate the virtual environment.
- pip install -r requirements.txt
- python manage.py runserver