Restaurant Point of Sale is a mobile application to make it easier for us to order food menus in restaurants, with this application no longer need to queue at the cashier, so that ordering menus and payments become more efficient.
- Insert table number
- Choose menu
- View bill
- a simple application with powerful features
- It's React Native, so it support android & iOS by default
- Simple code, so you can easly contribute on it
- Express is one of the most starred javascript framework, and it is very easy to use
- React Native for Mobile Frontend
- Express.js for backend
- Make sure You had been install NodeJs in your system https://nodejs.org/
- Then install React Native https://facebook.github.io/react-native/
- Dont forget express ad the backend https://expressjs.com/
follow these steps to install
git clone https://github.com/anggaprytn/Restaurant_Client.git
cd Restaurant_Client
npm install
npm start
react-native run-ios #for ios
react-native run-android #for android
create .env file and set API_HOST as your expressUri
API_URL=http://YOUR_DOMAIN:YOUR_PORT
git clone https://github.com/anggaprytn/Restaurant_Backend.git
cd Restaurant_Backend
npm install
npx sequelize-cli db:migrate
npx sequelize-cli db:seed:all
npm install nodemon -D
npm start
- Star this repository
- Hire me Angga Priyatna
- WA/Telegram: +62 8961-4276-492
- E-Mail: [email protected]