From 49824b77e1cd436683176d0f1a796705941facde Mon Sep 17 00:00:00 2001 From: matclab Date: Tue, 5 Jul 2022 19:51:16 +0200 Subject: [PATCH] Add some indication about how to try the application (#158) close #157 Co-authored-by: matclab --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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: