Skip to content

saefullohmaslul/SHOPIN-Client

Repository files navigation

SHOPIN

Self Service Restaurant

ShopIn is an application that helps customers choose food menus and make accumulated payments

Screenshots

ShopIn ShopIn Table ShopIn Menu ShopIn Waiting ShopIn SENT ShopIn Billing

Features

  • Chose table
  • Choose menu
  • payments accumulated

Why ShopIn

  • 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 the Mobile Frontend
  • Express.js as the backend

Prerequisites

Installation & Configuration

follow these steps to install

Frontend

git clone git@github.com:saefullohmaslul/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_HOST=http://192.168.xxx.xxx:YOUR_PORT

Backend

git clone git@github.com:saefullohmaslul/restaurant-server.git
cd restaurant-server
npm install
npm install nodemon -D
npm start

Support We :)

Contact

Download App (Demo usage only)

download

My Presentation

download