shanedbutler / whats-for-dinner-poker

A web-based game inspired by video poker to assist with weekly meal plan creation.
GNU General Public License v3.0
2 stars 1 forks source link

Add/web api #42

Closed shanedbutler closed 1 year ago

shanedbutler commented 1 year ago

This PR handles the addition of a backend web api using Flask. Currently not implemented into the front-end.

The frontend has been moved into the client folder to separate the frontend from the backend.