Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drewcook/you-got-served

A check management POS system built with Next, React, and GraphQL (Apollo).
https://github.com/drewcook/you-got-served

apollo-client apollo-server graphql javascript nextjs react

Last synced: 5 days ago
JSON representation

A check management POS system built with Next, React, and GraphQL (Apollo).

Awesome Lists containing this project

README

        

# You Got Served

You Got Served is a POS system to allow servers to easily manage tables, checks, and food items. The server has the ability to view table details, add checks to tables, add and void food items to checks, calculate totals, and close checks.

## Develop

This app is built using Next.js, so it can easily be run using the built in server.

First install all dependencies: `npm install`.

To run the application locally, run the following command: `npm run dev`.

The application will spin up on a local port.

## Demo

There is a beta production app hosted at https://yougotserved.herokuapp.com/.


visitor count