/promoting-innovation-in-nitt

A hackathon project to promote innovation in NIT Trichy by providing a platform to both students, professors, and companies.

Primary LanguageHTML

Promoting Innovation in NIT-T

Though our institute is among the best, we lack in a few fields, specially innovation. Though we have amazing placements, we really have little to boast about our work.

This platform aims to make and sustain a culture of innovation and true engineering at NIT-Trichy.

Instructions

  • Create a virtual environment - virtualenv env
  • Activate environment - source env/bin/activate
  • Install dependencies - pip install -r requirements
  • cd project
  • Run migrations - python manage.py migrate
  • Run server - python manage.py runserver