A MERN Stack Single-Page Application designed to use react to allow users to browse a range of restaurants' menus simaltaneously with user focussed design allowing customers to search in an inovative new way. Customers can search for food by the food itself and its contents rather than the restaurants themselves because after all we buy food and not restaurants. Users can also search for food based on their dietary requirements allowing users with dangerous allergies to take the guess work out of ordering out. Restaurant owners can deploy their menus with ingredients to the website to help expand their customer base and reduce returns based on dietary requirements.
This app can be used completely through a browser here
However if you would like to download the app to deploy it yourself, have a look or fiddle around it can be download via the following:
First download the code via the green "code" button presumably higher in the github page or using the following command in your folder of choice.
git clone https://github.com/TheEpicHamster/omni-menu.git
Then run:
npm i
Hopefully that worked.
Again, the full app can be can be used without any download or setup here.
Once properly installed it can be run using
npm start
After a brief intermission (less brief on the first startup) the app should automatically open in default browser at http://localhost:3000/ and can subsequently be accessed at the same place whilst still running.
To stop just press ctrl+C twice.
Feel free to fork this repository or download it as the license allows and contact me (within reason) and I might get back to you on updating this repository.
There are currently no tests setup in this project to test it's functionality
If you have any questions I can be reached through my email cameron.minchin@gmail.com or through my Github. Feel free to offer me money to use this code without conforming to this license I will probably respond if I think you are legit.
This Project uses the MIT license and the full license can be found here