Skip to content
Monsij Biswal edited this page Nov 17, 2018 · 3 revisions

Welcome to the StudentPortal wiki! It's great to have you here

Gitter

An Django based web-app exclusively for NIT Durgapur


Key FeaturesHow To UseLicenseCredits

Key Features

  • Based on Python
  • Powered by Django
  • Access secured only to registered students
  • Study materials, placement/internship news, contacts all in here
  • Open to contribution ✌️

How to Use

  • Start off by cloning this repository into your local directory.

    > git clone https://github.com/NIT-DGPortal/portal-main.git 
  • If you prefer virtual-environment (pipenv suggested) get yourself these packages in it. Initiate a python 3 environment

    > pipenv --three 

    Here is what your Pipfile will appear when you're ready to go

    django = "*"
    gunicorn = "*" 
    django-heroku = "*"
    django-crispy-forms = "*"
    django-registration = "*"
    requests = "*"
  • Activate your virtual environment

    > pipenv shell
  • Run these commands in your terminal.

    > python manage.py runserver
  • Navigate to http://localhost:8000 to see it in action.

License

Exactly putting we want it to be simple are permissive. Interested contributors are heartedly welcomed. 😊

Credits

  • This was made in just a span of 27 hours,yes it was that short ✨
  • Authentication and Profile credits to Satyajit Das
  • CSS,Bootstrap Rendering realised by Anoop Kumar
  • General codebase and framework by Monsij Biswal