https://github.com/saefullohmaslul/shopin-client
:wave: Self Service Restaurant (Free Queue)
https://github.com/saefullohmaslul/shopin-client
queue react-native restaurant self-service
Last synced: 30 days ago
JSON representation
:wave: Self Service Restaurant (Free Queue)
- Host: GitHub
- URL: https://github.com/saefullohmaslul/shopin-client
- Owner: saefullohmaslul
- Created: 2019-09-03T06:47:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:49:26.000Z (over 3 years ago)
- Last Synced: 2025-08-17T18:56:36.020Z (11 months ago)
- Topics: queue, react-native, restaurant, self-service
- Language: JavaScript
- Homepage:
- Size: 2.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SHOPIN
## Self Service Restaurant
ShopIn is an application that helps customers choose food menus and make accumulated payments
## Screenshots
## 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
- Make sure You had been install NodeJs in your system [https://nodejs.org/](https://nodejs.org/)
- Then install React Native [https://facebook.github.io/react-native/](https://facebook.github.io/react-native/)
- Dont forget express ad the backend [https://expressjs.com/](https://expressjs.com/)
## Installation & Configuration
follow these steps to install
### Frontend
```bash
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
```env
API_HOST=http://192.168.xxx.xxx:YOUR_PORT
```
### Backend
```bash
git clone git@github.com:saefullohmaslul/restaurant-server.git
cd restaurant-server
npm install
npm install nodemon -D
npm start
```
## Support We :)
- Start this repository
- Hire We
[Saefulloh Maslul](https://www.linkedin.com/in/saefullohmaslul/)
## Contact
- WA/TELEGRAM: +6283126830441 (Saefulloh Maslul)
- Email: maslulsaefulloh@gmail.com
## Download App (Demo usage only)
[](https://drive.google.com/open?id=13Tv_sqP6TntDzyWrk27FWzIqOpwhCOkB)
## My Presentation
[](https://drive.google.com/open?id=1m6xR4Fw9NwcaxFO2DuU_I6fUCkFubbPX)