ThrivePath is a web application designed to support first-generation low-income college students by providing tools for financial planning, career opportunities, and mental health support.
- Financial Planning: Budgeting tool to track income and expenses. Scholarship finder to locate relevant scholarships.
- Career Opportunities: Job matching and resume builder.
- Mental Health Support: Access to self-help articles and virtual counseling resources.
-
Clone the repository:
git clone https://github.com/yourusername/ThrivePath.git cd ThrivePath -
Install dependencies:
pip install -r requirements.txt
-
Initialize the database:
python init_db.py
-
Run the application:
python app.py
Navigate to http://127.0.0.1:5000/ in your web browser to access the application.
Feel free to submit issues or pull requests if you want to contribute to the project.
This project is licensed under the MIT License.