Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```