A Django-based software project that simplifies the process of applying for rebates by students.
- Automated rebate rule checks
- Student information access
- Admin allocation
- Email notifications
- Billing automation
Ongoing development of additional features ...
- Clone the repository
$ git clone https://github.com/DaemonLab/Mess-Website.git
- Install Python 3.7 Or Higher
- Install Django
$ pip install django
- Install all dependencies
$ pip install –-user -r requirements.txt
- Finally run
$ python manage.py runserver
Note: SQLite is as the default database during development
Read the Documentaions on /docs/_build/html/index.html