Skip to content

Sumitkk10/tinder-for-roomates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatchBox

  1. Frameworks and packages used:

    • Flask:

      from flask import Flask, render_template, request, redirect, url_for

    • Sqlite3:

      import sqlite3

  2. Instructions to set up:

    The application can be accessed by running the flask application app.py. The server link obtained will redirect to the homepage of the website from where other pages can be accessed according to the buttons and links present.

Running this web application on someone else's computer assumes the following conditions:

  * The screen resolution assumed is 1920x1080.
  * The operating system used is Ubuntu.
  * Flask is installed.
  * Sqlite is installed.
  * The temp.db database is already present with a few data entries and should be used when the application is running so that there are few profiles to match with.
  1. Refer the following video to learn how to use MatchBox :

About

Tinder for roomates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published