Home
Softono
Restaurant_Client

Restaurant_Client

Open source MIT JavaScript
52
Stars
24
Forks
1
Issues
2
Watchers
6 years
Last Commit

About 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

## 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

Platforms

Web Self-hosted

Languages

JavaScript

Links

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