local database set up
- Download python libraries
- download Postgre SQL (newest version with default everything)
- make intial root user 'postgres' with password 'postgres'
- make note of what port is being used default is 5432 but it could be 5433
- my path variable called 'DATABASE_URL' with value 'postgresql+psycopg2: //postgres:postgres@localhost:5432/testdb'
- launch pgAdmin
- create a new role with your windows account name with no password and all permissions