Lazara's Project Portfolio
--Description-- A template for making a portfolio with a catalogue of projects that can be added to and removed from.
--Directions to Run-- Make sure your terminal directory is the folder. Create a virtual environment. "python -m venv env" Activate the virtual envirnment. ".\name\Scripts\activate" Check "requirements.txt" and install all necessary extentions Run the program. "python app.py"
--What I Learned-- I learned a lot about trouble shooting as well. Checking and double checking, scanning for problems and consistancies, etc.