Skip to content

A customised study portal for NIT Durgapur. README and Wiki for more info.

License

Notifications You must be signed in to change notification settings

MarriVenkat/StudentPortal

 
 

Repository files navigation

Gitter

An Django based web-app exclusively for NIT Durgapur

Key FeaturesHow To UseLicenseCreditsKWoC

KWoC

We are more than excited to be a part of Kharagpur Winter of Code. If you're contributing as a part of this program, we will be having a special mention of such contributors in the repo. Once again, Happy coding

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.

Screenshots

Gitter

Gitter

Gitter

Gitter

Gitter

Gitter

Gitter

Contribution

Head to How-to-Contribute for it.

License

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

Credits

  • The initial version 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

For more info head to Wiki for more information

Cheers :fun:

About

A customised study portal for NIT Durgapur. README and Wiki for more info.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 75.6%
  • JavaScript 17.5%
  • Python 3.6%
  • HTML 3.3%