"Discover America's Story: The National Parks"
NPS Guide is a site where users can view available activities at a given national park and select their preferred activities to add to a bucket list. The inspiration for my project stems from my passion for exploring national parks, where I save activities in my phone that I want to check out while I am there. NPS Guide serves as a perfect solution!
- Python
- Flask
- PostgreSQL
- SQLAlchemy
- JavaScript
- jQuery
- HTML
- Jinja
- CSS
- Bootstrap
- New user registration using Bootstrap
- User functionality
- Search a park of their choice
- View the available activities at that given park
- Save activities to an existing bucket list or create a new bucket list
- Set a preferred date for these acivities to occur
- Login and Logout
- Deployed via Lightsail on AWS
- Visit NPS Guide at http://www.nps-guide.com/
Create a virtual environment to install requirements
$ virtualenv
$ source env/bin/activate
All the prerequisites are in the requirements.txt file
pip3 install -r requirements.txt
python3 server.py
- Rebuild frontend using React
- Alphabetically sort parks list
- Replace dropdown menu on parks page with a search bar
Marissa Aguilera - Initial work - LinkedIn GitHub
- Hackbright Instructors: Marisa Gloor, Katrina Huber-Juma, Andrew Blum
- Mentors: Nakita Strangeways, Rachael Morton
Thank you all for your endless support and guidance throughout the cohort!