- Install deps (Including postgre DB)
- Create .env and add "DATABASE_URL, "
- Create DB and apply schema_postgres.sql
flask --app run.py --debug run
This project includes a small seed script that:
- creates an admin account:
karl.wikell@gmail.com(password:DV1703) - creates an customer for testing:
hej.hej@hej.hej(password:DV1703) - inserts demo tents and furnishings into the inventory
Run it after you’ve applied schema_postgres.sql and set DATABASE_URL:
`python seed.py`