Suburb Services is a modern professional services platform where users and professionals can foster an environment of moderated and industry-grade professional work, ranging from house help to advanced technical assistance. It is my sophomore year project for Modern Application Development-1 at IIT Madras. Built entirely with Flask and Jinja2.
- Python (latest version)
- Flask
- SQLAlchemy
-
Clone the repository:
git clone https://github.com/dotcomaki/household_services.git
-
Navigate to the project directory:
cd household_services -
Create a virtual environment and activate it:
python3 -m venv venv source venv/bin/activate -
Install required packages:
pip install -r requirements.txt
-
Configure the database connection in your environment variables.
-
Initialize the database:
python create_db.py
-
Seed the database:
python seed.py
-
Initialize Python Virtualenv
source venv/bin/activate
-
Start the Flask development server:
flask run
Access the application at http://localhost:5000.