https://github.com/spigs/hackio-2020
Ourt repo for HackI/O 2020
https://github.com/spigs/hackio-2020
Last synced: 2 months ago
JSON representation
Ourt repo for HackI/O 2020
- Host: GitHub
- URL: https://github.com/spigs/hackio-2020
- Owner: SPIGS
- Created: 2020-11-14T00:09:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T21:23:05.000Z (over 4 years ago)
- Last Synced: 2025-01-20T12:32:46.026Z (4 months ago)
- Language: CSS
- Size: 17.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HackI/O
local database set up
1. Download python libraries
2. download Postgre SQL (newest version with default everything)
3. make intial root user 'postgres' with password 'postgres'
4. make note of what port is being used default is 5432 but it could be 5433
5. my path variable called 'DATABASE_URL' with value 'postgresql+psycopg2: //postgres:postgres@localhost:5432/testdb'
6. launch pgAdmin
7. create a new role with your windows account name with no password and all permissions