https://github.com/sawyerdeveloper/property
An app dedicated to managing properties for apartment complexes. IOS, Android, and web all from one React Native codebase using graphQL/node on the backend.
https://github.com/sawyerdeveloper/property
Last synced: 2 months ago
JSON representation
An app dedicated to managing properties for apartment complexes. IOS, Android, and web all from one React Native codebase using graphQL/node on the backend.
- Host: GitHub
- URL: https://github.com/sawyerdeveloper/property
- Owner: sawyerDeveloper
- Created: 2020-08-06T03:53:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T22:48:39.000Z (over 5 years ago)
- Last Synced: 2026-01-03T16:26:00.562Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Property
Property is a Full Stack React/React-Native/GraphQL/Node app for managing properties in real time.
## Installation
I use ngrok(https://dashboard.ngrok.com/get-started/setup) for tunneling the https for local ios dev.
Follow the instructions on the page.
Take the https address and add it to a ```config/development.json``` file that matches ```config/default.json```.
Make sure you have expo-cli ```npm install -g expo-cli```
Install dependencies ```npm install```
## Usage
To see ios and android:
```bash
expo start
```
To see the web version:
```bash
npm run web
```
## Contributing
Pull requests are welcome.
## License
[MIT](https://choosealicense.com/licenses/mit/)