ssms

Society for Student Mess Services,Bits Pilani,Pilani Campus

Installation

  1. Clone or download the repository.
  2. Create a new virtual environment for the project.
     virtualenv venv
     source venv/bin/activate
    
  3. Install required python libraries giving in the requirements.txt file.
     pip install -r requirements.txt
    
  4. Run Django migrations.

     python manage.py makemigrations
     python manage.py migrate
    
  5. Start the application.
     python manage.py runserver