virtualenv venv
source venv/bin/activate
pip install -r requirements/test.txt
If postgres is running, you can run SQL files using:
psql -f sql/rank_employees.sql
Employee sample data modified from Sling Academy
virtualenv venv
source venv/bin/activate
pip install -r requirements/test.txt
If postgres is running, you can run SQL files using:
psql -f sql/rank_employees.sql
Employee sample data modified from Sling Academy