This app is not being mantained anymore. Long story short, the restaurant got closed and I didn't see the point to update dependencies and fix vulnerabilities..
https://cambur-pinton-mern.onrender.com
- Front End: React (v16.x) with Redux.
- Back End: Nodejs (9.6.1), Express (4.16.3), Mongoose (5.1.3)
server/
README.md
node_modules/
package.json
build.tzg // Client built here
config/
controllers/
middlewares/
routes/
services/
index.js
package.json
- Install the dependencies
npm install
- Run the app!
npm run dev