This is the backend of the menu app.
npm install
to install dependencies- Create a
public
folder at the root of the hierarchy. - Move the content of the
dist
folder generated by the front-end build in thepublic
folder. npm start
to launch the server. Note that you need a MongoDB server running (modify the /routes/submit.js accordingly).