- Fewrl is a URL shortener made with Flask and PostgreSQL
conda install flask psycopg2 validators
pip install flask-sqlalchemy hashids flask-dotenv
sudo apt install postgresql
- I will be using conda to install packages as much as possible instead of using PIP or doing a system-wide install