Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radiegtya/iyat
WC Mampet? Tai kemana-mana? Bersihkan wc Anda hanya dengan sekali klik!
https://github.com/radiegtya/iyat
Last synced: 2 months ago
JSON representation
WC Mampet? Tai kemana-mana? Bersihkan wc Anda hanya dengan sekali klik!
- Host: GitHub
- URL: https://github.com/radiegtya/iyat
- Owner: radiegtya
- License: bsd-3-clause
- Created: 2017-07-26T02:57:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:47:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T11:38:17.889Z (2 months ago)
- Language: JavaScript
- Size: 3.94 MB
- Stars: 2
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Important
This project is still on very early development stage. If you want to use for production, use it with your own risk.
More feature Coming Really Soon.## Iyat
Iyat is a Vacum Toilet Truck Finder App. We are ready to help, when Your 💩💩💩 stuck in your water closet.Click to Watch Video on Youtube:
[![Iyat Video](https://img.youtube.com/vi/f5fHm3I7Exk/0.jpg)](https://www.youtube.com/watch?v=f5fHm3I7Exk)
## Screenshots
## Features
* Choose a Service type
* Pick Location
* Finding the truck
* Order History## Why Iyat?
* Out of the box app of the year!
* It's React Native, so it support android & iOS by default!
* Simple Code, so you can easily contribute on it.
* Meteor is one of the most starred javascript framework, and it is very easy to use## Tech Stack
* React Native for the Mobile Frontend
* MeteorJs as the 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/
* Don’t forget Meteor Js as the backend https://www.meteor.com/## Installation & Configuration
Follow these step to install**Frontend:**
```
$ git clone https://github.com/DumbWaysDotId/course-repo-example
$ cd course-repo-example/frontend
$ npm install
$ react-native run-ios #for ios
$ react-native run-android #for android
```
Open “app/Config.js”, and set the meteorUri variable as your Meteor server run at
```javascript
export const meteorUri = ‘ws://localhost:3000/websocket’;
```**Back-end:**
```
$ cd course-repo-example/backend
$ meteor npm install
$ meteor #run your meteor on http://localhost:3000
```## Support Me :)
* Star this repository :star:
* Hire Me https://www.linkedin.com/in/radiegtya## Contact
* WA/TELEGRAM: +62 8564 1278 479
* email: [email protected]----
## License
BSD 3-Clause License
See [LICENSE](LICENSE)