Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/drewcook/you-got-served
- Owner: drewcook
- Created: 2019-05-07T18:14:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T23:26:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T10:01:14.533Z (9 months ago)
- Topics: apollo-client, apollo-server, graphql, javascript, nextjs, react
- Language: JavaScript
- Homepage: https://yougotserved.drewcook.dev
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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/.