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

Aman8817/StudentPortal

 
 

Repository files navigation

Gitter

An Django based web-app exclusively for NIT Durgapur

Key FeaturesHow To UseContributionCommunicationLicenseCreditsKWoC

Report License django1.10 Maintainability Test Coverage [Heroku] Gitter HitCount

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.

Contribution

Head to contribution guidelines to know more about how you can help us to improve.

Communication

All related communications take place here

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.3%
  • JavaScript 17.6%
  • Python 3.6%
  • HTML 3.5%