Home
Softono
a

anggaprytn

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by anggaprytn

Restaurant_Client
Open Source

Restaurant_Client

# Restaurant Point of Sale ## About 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. ## Screenshots <center> <p> <img src="https://user-images.githubusercontent.com/20864493/65620116-78e39480-dfeb-11e9-9034-cdad2bfaa3b5.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620084-708b5980-dfeb-11e9-8146-81a9cd8a26c7.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620087-7123f000-dfeb-11e9-8cd9-7a3c636636b2.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620091-71bc8680-dfeb-11e9-8515-a5f9442d7590.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620095-72551d00-dfeb-11e9-8132-5a666196bf4d.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620096-72edb380-dfeb-11e9-922c-eb5da94700b1.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620097-72edb380-dfeb-11e9-87f8-ce13b5d98b9d.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620100-73864a00-dfeb-11e9-8d94-f1a1beccd041.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620102-741ee080-dfeb-11e9-985b-50c1ff93d2af.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620103-74b77700-dfeb-11e9-9b24-c5d97155d074.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620104-74b77700-dfeb-11e9-9484-407da1b79513.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620105-75500d80-dfeb-11e9-8570-ff2b4745edb2.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620107-75e8a400-dfeb-11e9-9f12-05f5db8504f4.png" width="189" height="400"/> <img src="https://user-images.githubusercontent.com/20864493/65620108-75e8a400-dfeb-11e9-952b-c0b69a5dce5a.png" width="189" height="400"/> </p> </center> ## Features - Insert table number - Choose menu - View bill ## Why Restaurant Point of Sale? - 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 ## Tech Stack - React Native for Mobile Frontend - Express.js for backend ## Prerequisites - 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/ ## Installation & Configuration follow these steps to install ### Frontend ```bash 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 ```env API_URL=http://YOUR_DOMAIN:YOUR_PORT ``` ### Backend ```bash 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 ``` ## Support Me :) * Star this repository * Hire me [Angga Priyatna](https://www.linkedin.com/in/anggaprytn/) ## Contact * WA/Telegram: +62 8961-4276-492 * E-Mail: [email protected] ## Download App (Demo usage only) [![download](https://camo.githubusercontent.com/a9c59dcbf62ec123e8bb099fb473ad30554d70e6/68747470733a2f2f69312e77702e636f6d2f61706b6d6f6473696f732e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031382f31322f446f776e6c6f61642d496e66696e6974652d44657369676e2d332e342e31302d41706b2e706e67 "Download")](https://drive.google.com/file/d/1f0N4hvzIQ1oD3RXNDKIfGxjyz3jUg2lq/view?usp=sharing) ## Presentation <img src="https://www.freeiconspng.com/uploads/presentation-icon-5.png" width="180" height="180" href="https://drive.google.com/open?id=14zjBAuAUmwS3fIsZIgrP-LhxciYOl6n9"/>

Mobile Development Payment & Checkout
52 Github Stars