We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7fd2d8 + a2c4720 commit cb135a3Copy full SHA for cb135a3
README.md
@@ -24,7 +24,7 @@ This README outlines the details of collaborating on this Ember application.
24
## Running
25
26
* `cargo build`
27
-* `./target/cargo-registry`
+* `./target/cargo-registry` (note: first run use: `RESET=1 ./target/cargo_registry` to setup the database)
28
* `ember server --proxy http://localhost:8888`
29
* Visit your app at [http://localhost:4200](http://localhost:4200).
30
src/app.rs
@@ -57,6 +57,7 @@ impl App {
57
}
58
59
pub fn db_setup(&self) {
60
+ println!(" - setting up the db")
61
db::setup(&*self.database.get().unwrap())
62
63
0 commit comments