Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santospatrick/gympoint-mobile
💪📱 Gym management application (registrations/check-ins)
https://github.com/santospatrick/gympoint-mobile
javascript mobile-app react-native reactjs
Last synced: 19 days ago
JSON representation
💪📱 Gym management application (registrations/check-ins)
- Host: GitHub
- URL: https://github.com/santospatrick/gympoint-mobile
- Owner: santospatrick
- Created: 2019-11-19T11:42:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T09:28:03.000Z (about 2 years ago)
- Last Synced: 2024-10-28T17:04:56.432Z (2 months ago)
- Topics: javascript, mobile-app, react-native, reactjs
- Language: JavaScript
- Size: 1.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gympoint-mobile
> Gym management application (registrations/check-ins)[![Build status](https://build.appcenter.ms/v0.1/apps/3d0cd09b-48dd-4d79-bc46-276fa71c3560/branches/master/badge)](https://appcenter.ms)
## Observações
Essa aplicação foi testada em dispositivos iOS e Android.## Desenvolvimento
1. Caso esteja testando no Android, não esqueça de alterar o `baseURL` na [service do axios](https://github.com/santospatrick/gympoint-mobile/blob/master/src/services/api.js) para o seguinte formato:
```
...
baseURL: 'http://SEU_IP:PORTA',
...
```1. [Instale as dependências](https://facebook.github.io/react-native/docs/getting-started) necessárias para seu sistema operacional
2. Instale a CLI do React Native e inicie o servidor local
```bash
yarn global add react-native-cli# iOS
react-native run-ios --simulator "iPhone X"# Android
react-native run-android
```