Skip to content

chiranjivikeshav/Mess-Websitecopy

 
 

Repository files navigation

Mess Website - Website for Dining Facility at IIT Indore

A Django-based software project that simplifies the process of applying for rebates by students.

Features

  • Automated rebate rule checks
  • Student information access
  • Admin allocation
  • Email notifications
  • Billing automation

Ongoing development of additional features ...

Note to Developers

Setup

  • 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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.6%
  • JavaScript 35.3%
  • CSS 13.0%
  • HTML 7.0%
  • Other 0.1%