rust-fullstack-example icon indicating copy to clipboard operation
rust-fullstack-example copied to clipboard

example of a full stack web app (backend and frontend) wrtiten in Rust

Results 1 rust-fullstack-example issues
Sort by recently updated
recently updated
newest added

```sql CREATE TABLE IF NOT EXISTS owner ( id SERIAL PRIMARY KEY NOT NULL, name VARCHAR(255) NOT NULL ); CREATE TABLE IF NOT EXISTS pet ( id SERIAL PRIMARY KEY...