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.10 Or Higher
- Install Django
$ pip install django
- Install all dependencies
$ pip install –-user -r requirements.txt
- Create a superuser
$ python manage.py createsuperuser
- Migrate the database
$ python manage.py migrate
- Copy the environment
$ cp .env.example .env
- Edit the environment variables in
.env
file - Finally run
$ python manage.py runserver
Note: SQLite is as the default database