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.
- 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