Experienced in Software Engineering, Data Analysis, & STEM Project Management
Visit https://tammyhartlinescapstone.onrender.com
This guide provides step-by-step instructions to set up and run the enhanced Animal Shelter program directly from the GitHub repository.
Ensure you have Python
installed on your system (version 3.7
or higher recommended).
Install Git
on your system if it’s not already installed.
Clone the repository:
Open a terminal and run the following command:
git clone https://github.com/tjhartline/capstone.git
Navigate to the project directory:
cd capstone
Install the required dependencies:
pip install -r requirements.txt
Dash
Application:
In the terminal, ensure you’re in the project directory.
Run the following command:
python app.py
Open a web browser and navigate to http://localhost:8050
to view and interact with the dashboard.
Run the following command:
python -m unittest test_animal_shelter.py
animals.db
database file. If it doesn’t exist, it will be created and populated with data from the aac_shelter_outcomes.csv
file included in the repository.By following these instructions, you can run and test all components of the enhanced Animal Shelter program, demonstrating the improvements in database management, data visualization, and overall software design.
For any issues or questions, please refer to the repository’s README or open an issue on the GitHub page.