A point of sales system for a restaurant. Including analytics, employee clock in, stripe integration, the ability to email bills, sort bills by seat and a separate screen for the kitchen and bar for items that need to be prepared. We also a sort by categories for menu items as well as a search bar that you can search by item name or category. This was our final project for Lighthouse Labs Web Development Bootcamp.
- React
- SASS
- React-beautiful-dnd
- React-Router
- Stripe
- CanvasJS
- Axios
- Node / Express
- PostgreSQL
- Nodemailer
- Cors
- Body-Parser
- DotENV
- Nodemon
- Clone this repo.
- Run
npm install
. - Run
nodemon server.js
. - Run
npm start
. - Go to
http://localhost:3000/
in your browser. - Use 6666 as a login code.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs the API the app uses on port 8080. This must be running for the app to work.