- POSTGRES DEMO DATABASE is required to be loaded in the Postgres
https://postgrespro.ru/docs/postgrespro/10/demodb-bookings-installation.html
host: localhost database: demo user: postgres password: 123456
- LAUNCH PROJECT:
flask run -p 8005 --cert=certs/localhost.crt --key=certs/localhost.key
- YOU CAN VIEW ALL ROUTES:
flask routes
- RUNNING TESTS:
python -m pytest -vv