Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 495 Bytes

File metadata and controls

15 lines (12 loc) · 495 Bytes

FudgeEnd

Repository to handle FrontEnd in the FoodSQL application

Install & Run

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!

Folders and Mock

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.