cs481-ekh / f24-k-12-festival

MIT License
0 stars 0 forks source link

SQLite Schema Implementation #107

Closed junebugtony closed 3 weeks ago

junebugtony commented 4 weeks ago

Create a table in SQLite that contains all of our existing vendor information from the Neon database.

Definition of Done

junebugtony commented 3 weeks ago

Database has been swapped over to SQLite and the table has been created and vendor information has been exported from Neon into the SQLite table. Connection has been made and API route created. Code adjusted and database is working.

[t:145]

junebugtony commented 3 weeks ago

Adjusted DockerFile to mount a volume and persist the vendor.db information

[t:60]