API Routes - Album
API Routes - Artist
Setup Initial Schema (sqlite)
sundog
created branch setup-initial-schema in MountainTownTechn.../aural_isle
2023-11-01 10:12:28 -04:00
35d5d22b49
adds .env and aural_isle.sqlite.db to gitignore
227f54e0e4
adds initial sqlx migration to set up db schema
cb3f76aa17
refines MODELS around cart functionality, moves all pricing into Sku model, adds CouponCode model
ce51888070
updates main.rs, applies default formatting from rustfmt
69b694ae60
updates MODELS and SCHEMA
Web application structure
Agreed - I'm not a huge fan of the current generation of front-end frameworks like React, and I'm more comfortable with non-single-page-apps in general, but I'm willing to defer to the frontend-lea…
Code style guide
Would love to have a pre-commit hook or a format on save config for Visual Studio Code that works, if anyone wants to knock that together.
1359dca5df
adds Cargo.lock, updates gitignore, updates SCHEMA with initial table definitions for a couple of tables based on MODELS