Skip to content

A website built as a Tribute to TVM Sir and to share WKC Hostel Experiences. Frontend built with Bootstrap and Backend with Django.

Notifications You must be signed in to change notification settings

nagarajpandith/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

About

A website built as a Tribute to TVM Sir and to share WKC Hostel Experiences. Frontend built with Bootstrap and Backend with Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.3%
  • HTML 38.1%
  • Python 12.0%
  • JavaScript 6.6%