mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 14:06:37 +00:00
Add some indication about how to try the application (#158)
close #157 Co-authored-by: matclab <mathieu@clabaut.net>
This commit is contained in:
parent
1d8b20fd03
commit
49824b77e1
1 changed files with 7 additions and 0 deletions
|
@ -92,6 +92,13 @@ Launch `cargo`:
|
|||
cargo build
|
||||
```
|
||||
|
||||
You can now try with opening a browser on http://127.0.0.1:8000/login after
|
||||
having launch the web server with `cargo run`.
|
||||
|
||||
There is a default `admin` account with password
|
||||
`everythinghastostartsomewhere`. The available entrypoints are listed in
|
||||
[src/startup.rs](https://github.com/LukeMathWalker/zero-to-production/blob/6bd30650cb8670a146819a342ccefd3d73ed5085/src/startup.rs#L92)
|
||||
|
||||
## How to test
|
||||
|
||||
Launch a (migrated) Postgres database via Docker:
|
||||
|
|
Loading…
Reference in a new issue