Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 567 Bytes

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