Server+ (ServerPlus) is a Point of Sales System that aims to make POS customizable and easier to access for restaurants. Our goal is to make allow any user to customize their POS system which they can change as they see fit.
- React and React Router for the frontend
- Express and Mongoose for the backend
- Material UI for styles
- Webpack for compilation & testing
- Sashary Morel
- John Solano
- Daniyal
- Zhi Huang
- Dinsdale Lee
- Node.js 6+
npm install
Make sure to add a config.js
file in the config
folder. See the example there for more details.
Production mode:
npm start
Development (Webpack dev server) mode:
npm run start dev