Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement url shortener with postgres and rocket #94

Merged
merged 13 commits into from
Mar 29, 2022
Prev Previous commit
Next Next commit
Update examples/url-shortener/README.md
Co-authored-by: Nodar Daneliya <NodarD@users.noreply.github.com>
  • Loading branch information
thecotne and nodard authored Mar 24, 2022
commit 0131b3ecd454d35f177efce140b8833276fe3dcf
2 changes: 1 addition & 1 deletion examples/url-shortener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The project consists of the following files

- `Shuttle.toml` contains the name of the app (if name is `s` domain will be `s.shuttleapp.rs`)
- `schema.sql` is sql script to that will setup database for the app
- `src/lib.rs` is where all the magic happens it creates shuttle service with two endpoints one for creating new short urls and on for handling shortened urls
- `src/lib.rs` is where all the magic happens - it creates a shuttle service with two endpoints: one for creating new short URLs and one for handling shortened URLs.

## How to deploy

Expand Down