Open spotlightishere opened 2 years ago
We currently have the following hardcoded in many areas: https://github.com/WiiLink24/food-server/blob/9753172f377aebc891f989e5d507532d3edf0da0/responses.py#L95-L113
Similarly, for sizes: https://github.com/WiiLink24/food-server/blob/9753172f377aebc891f989e5d507532d3edf0da0/responses.py#L241-L252
We need to make these backed by the database.
Is the database in question already set up or not?
We currently have the following hardcoded in many areas: https://github.com/WiiLink24/food-server/blob/9753172f377aebc891f989e5d507532d3edf0da0/responses.py#L95-L113
Similarly, for sizes: https://github.com/WiiLink24/food-server/blob/9753172f377aebc891f989e5d507532d3edf0da0/responses.py#L241-L252
We need to make these backed by the database.