Repository to handle FrontEnd in the FoodSQL application
To run the FudgeEnd Application you only need to run the following commands inside /fudgeend:
npm install
npm start
Then you're ready to go!
To use this application you must install & run the BiscuitLayer application first
The flask_mock folder is simple a Python Mock server so that the development can follow not depending from the Business Layer or dB implementation.