adrienshen / eggroll-pos

Modern POS for Quick-Serve Restaurants in Typescript and React
https://eggrollpos.com
5 stars 8 forks source link

eggroll-pos

Restaurant margins are slim enough already, typically between 5% and 10%. And now SaaS companies and tech platforms want a piece of that as well. The opensource project, eggroll-pos will be a completely free restaurant pos and online ordering solution that you can self host and not have to pay a dime to platforms. Restaurants will have control of their customer data and market however they see fit whether that is email or sms marketing.

Getting started

Project is based on:

Requirements:

  1. Change database settings in knexfile.js
  2. cd into /db and run migrations with knex migrate:latest or knex migrate:up $filename
  3. Run application with npm run dev
  4. Develop server-side code in /src/server and client code in /src/client
  5. Messenger chat templates in /src/messenger/templates