Skip to content

A website built as a Tribute to Padma Shri Awardee and current Chairman of Manipal Global Education T V Mohandas Pai Sir and to share WKC Hostel Experiences by alumni of WKC .

Notifications You must be signed in to change notification settings

KishorBalgi/Hostel-Site

Repository files navigation

Hostel-Site

  1. Backend Framework: Django
  2. Front-end Framework: Bootstrap

Installation

  1. Fork and Clone

    1. Fork Hostel-Site Repo
    2. Clone the repo to your computer.
  2. Create a Virtual Environment for the Project

    In Windows

    python -m venv env
    
    env\Scripts\activate

    In Ubuntu/MacOS

    python -m virtualenv env
    
    source env/bin/activate

    If you are giving a different name then env, then please mention it in .gitigonre first

  3. Install all the requirements

    pip install -r requirements.txt
  4. Make migrations/ Create db.sqlite3

    python manage.py makemigrations
    python manage.py migrate
  5. Run server

    python manage.py runserver

Snapshots

image

image

image

image

About

A website built as a Tribute to Padma Shri Awardee and current Chairman of Manipal Global Education T V Mohandas Pai Sir and to share WKC Hostel Experiences by alumni of WKC .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published