Skip to content

Frontend for Mobile Apps Restaurant Point of Sale - React Native

License

Notifications You must be signed in to change notification settings

anggaprytn/Restaurant_Client

Repository files navigation

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

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

Installation & Configuration

follow these steps to install

Frontend

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

Backend

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 :)

Contact

Download App (Demo usage only)

download

Presentation