diff --git a/README.md b/README.md index 674f2fc..8dfbd4d 100644 --- a/README.md +++ b/README.md @@ -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: