This is a simple earning site that rewards users for performing certain tasks.
- General Pages
Users
- Authentication and Validation
- Tasks performance system
- Earnings system
- Notification system.
Admins
- Monitoring users and tasks approvals
- Create Update Read Delete (C.R.U.D) Tasks
- Notifications system. etc..
- Django Framework
- HTML/CSS/JAVASCRIPT
- Bootstrap
- Download this repository In your root directory. Run:
pip install -r requirements.txt
to install all dependenciespython manage.py runserver
to start the local server.
Check http://localhost:8000 to view application on your browser