Skip to content

A simple Web App developed for finding the most suitable hostel roommate according to your filled preferences.

Notifications You must be signed in to change notification settings

Mohitkumar6122/Roomie-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roomie Finder

Roomie Finder is the must have app for every college. Transition from school to college is not easy. Getting a suitabloe roommate in the hostel, helps adjust faster and in a better way.
Each hosteler is supposed to fill a form, which includes some preferences of student and based on their filled preferences they are matched with most similar suitable roommate...
It is developed using Flask- Python, HTML and CSS.

Installation

First of all you have to prepare your environment. Select a location where you want to store the files and follow the following steps.

    mkdir Projects
    cd Projects
    git clone https://github.com/Mohitkumar6122/Roomie-Finder
    python3 -m venv virtenv
    source venv/bin/activate
    pip install -r requirements.txt
    python hostel.py

It will create a Projects Folder which will contain all files of project.
Then after running hostel.py. A chrome window wll open which contains a interacive window where you can fill your form and after submiting it you will get the roll number of your most suitable roommate.

Technologies

  1. Flask: A micro web framework written in Python.
  2. Python :A high-level, interpreted, interactive and object-oriented scripting language.
  3. HTML: Standard markup language for documents designed to be displayed in a web browse
  4. CSS: Style sheet language used for describing the presentation of a document written in a markup language such as HTML

Contributions of any kind are welcome.

About

A simple Web App developed for finding the most suitable hostel roommate according to your filled preferences.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published