Skip to content

bme2003/timely

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timely

Timely is a college networking tool that allows students to create profiles based on their major and input their schedules to find peers in the same classes. This project is built using Flask for front-end and back-end handling, with SQLite as the database for storing user information.

Features

  • User registration and login system
  • Secure password storage with hashing
  • Profile creation based on major
  • Schedule input and peer-finding functionality

Technologies Used

  • Python
  • Flask
  • SQLite
  • HTML/CSS (for front-end templates)
  • Werkzeug (for password hashing)

Prerequisites

  • Python 3.x
  • pip (Python package installer)

Getting Started

1. Clone repository locally

git clone https://github.com/bme2003/timely.git

2. Install dependencies

pip install -r reqs.txt

3. Setup Database and local instance

python app.py