neumann-d / restaurant-app

Fullstack restaurant application example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restaurant-app

Example project for a fullstack restaurant application, containing a RESTful Node.js backend with MongoDB and a React frontend with Material-UI.

Screenshot

Usage

You can launch all together using docker-compose.

Start:

$ docker-compose up &

Stop:

$ docker-compose rm -s -f -v

Initial data can be imported in UI's Article Tab from provided Article.csv file.

About

Fullstack restaurant application example

License:MIT License


Languages

Language:TypeScript 96.7%Language:HTML 2.4%Language:JavaScript 0.6%Language:Shell 0.2%