dilagurung / restonode

Restonode is an restaurant management system (Node.js/React)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restonode client

Tech

  • React - A JavaScript library for building user interfaces.

  • Redux - An open-source JavaScript library for managing application state.

  • react-redux - Official React bindings for Redux.

  • Material-UI - React components that implement Google's Material Design.

  • node.js - evented I/O for the backend

  • Express - fast node.js network app framework

Installation

restonode-client requires [restonode-server] to be running first.

Configure GOOGLE_API_KEY in api.js from the server, and in CreateOrderForm.js from the client, otherwise it would use demo data.

$ cd restonode-server
$ yarn install
$ yarn start
$ cd restonode-client
$ yarn install
$ yarn start

About

Restonode is an restaurant management system (Node.js/React)


Languages

Language:JavaScript 90.6%Language:HTML 9.1%Language:CSS 0.3%