Note
Currently in the process of being refactored and overhauled to take advantage of new features on Flask.
A web application to find National Parks to explore and find information about current operations. Started out as the Capstone project, but has since moved into a fun personal project.
- Copy this repository and run the command:
docker compose up
- This will build the images necessary to run this project.
- Clone this repository:
git clone [email protected]:kev-odin/park-buddies.git
- Create a virtual environment:
python3 -m venv venv
- Start venv:
source venv/bin/activate
- Install project requirements:
pip install -r flask-web/requirements.txt
- Run:
python3 flask-web/app.py
- Open a web browser to this URL:
localhost:5000
If you are intrested in contributing to this project, feel free to create an issue, fork the repository, and create a pull request. If new features are added, write relevant unit and integration tests to ensure code coverage.
Park Buddies is licensed under the MIT License.