macon-code / foodtruckfinder

an application to help find food trucks/food truck events
MIT License
1 stars 1 forks source link

Create DB functionality #8

Open gabriel-weese opened 3 months ago

gabriel-weese commented 3 months ago

Implement DB with schema that includes the following for food trucks:

    description
    category
    name
    location
    hours

If relational db food trucks also need key/id associated with info to be grabbed from front-end later