This project was completed as part of Flask: Develop Web Applications in Python form educative. I am tasked to make full use of Flask and Python knowledge and its accompanying documentation to create a website for a fictional animal rescue organization.
This project was created with:
- Python
- Flask
- PostgreSQL
Clone the project
git clone https://github.com/SupTarr/Python-Flask-TemplateTo install virtualenv via pip
py -m pip install --user virtualenvTo create a virtual environment for your project, open a new command prompt, navigate to the folder where you want to create your project and then enter the following:
py -m virtualenv .To activate the environment, run:
.\Scripts\activate.bat(Python-FastAPI-Template) C:\Users\tatas\Desktop\SupTarr\Workspace\Python-FastAPI-Template>
In the command prompt, ensure your virtual environment is active, and execute the following command:
pip install -r requirements.txtpython -m flask --app app --debug run