malcolm-kee / dine-in-app

Restaurant seating management system

Home Page:https://dining.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dine-in-app

Restaurant seating management system.

Backend service is hosted in dine-in repository.

Demo

Registration of restaurant

UI for owner registration

Seat management in action

UI for seat management

Get Started

  1. Install all dependencies

    yarn install
  2. Start the development server

    yarn start

Note that the application requires dine-in services to be available as specified in the .env file. If the endpoints is different, add a .env.local file and overwrite the values.

Testing

Run the tests and generate code coverage reports with:

yarn test:coverage

Built With

  • React
  • Create React App
  • TypeScript
  • TailwindCSS

About

Restaurant seating management system

https://dining.netlify.app/


Languages

Language:TypeScript 90.3%Language:JavaScript 4.7%Language:HTML 3.0%Language:SCSS 1.5%Language:Shell 0.4%Language:CSS 0.1%