Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 740 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 740 Bytes

CAMBUR PINTON - BE

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..

DEMO

https://cambur-pinton-mern.onrender.com

Technologies:

  1. Front End: React (v16.x) with Redux.
  2. Back End: Nodejs (9.6.1), Express (4.16.3), Mongoose (5.1.3)

Folder Structure

server/
  README.md
  node_modules/
  package.json
  build.tzg // Client built here
  config/
  controllers/
  middlewares/
  routes/
  services/
  index.js
  package.json

Getting started

  1. Install the dependencies
npm install
  1. Run the app!
npm run dev

Happy Coding!👋🏼