Commit 6a8b945d authored by Michal Bilanin's avatar Michal Bilanin 🙄
Browse files

Merge branch 'master' into refactor/facades

parents a84bc7b5 205924d5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -98,3 +98,12 @@ The database update follows the same principle as running the migrations. The fu
```bash
DB_CONNECTION_STRING="Host=localhost;Port=5432;Database=juiceworld;Username=postgres;Password=postgres" JWT_SECRET='bAafd@A7d9#@F4*V!LHZs#ebKQrkE6pad2f3kj34c3dXy@' dotnet ef database update --project DataAccessLayer.EF --startup-project WebApi
```

### Project demo

The final project will be deployed on the following URL: [https://sypku.fetuje.me](https://sypku.fetuje.me)

Default seeded users:

- Admin: `admin@example.com` / `password`
- User: `user@example.com` / `password`