7 lines
296 B
Markdown
7 lines
296 B
Markdown
# Rocket with SeaOrm example app
|
|
|
|
- modify the `url` var in `Rocket.toml` to point to your chosen database
|
|
- turn on the appropriate database feature for your chosen db in `Cargo.toml`
|
|
- `cargo run` to start the server
|
|
- open browser to the address shown in `🚀 Rocket has launched from ` line
|