https://github.com/rafinhaa/gopizza
https://github.com/rafinhaa/gopizza
expo firebase react-native
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafinhaa/gopizza
- Owner: rafinhaa
- Created: 2022-04-08T12:34:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T13:22:52.000Z (about 4 years ago)
- Last Synced: 2025-06-08T00:09:47.196Z (about 1 year ago)
- Topics: expo, firebase, react-native
- Language: TypeScript
- Homepage:
- Size: 16.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GoPizza
About |
Technologies |
Run |
Info |
Changelog |
License
## 🔖 About
GoPizza é um aplicativo mobile que utiliza a tecnologia do firebase para armazenar os dados.
É possível cadastrar, alterar e excluir pizzas, gerenciar pedidos e mesas.
Conta com um sistema dividido entre administrador e garçom.
As tecnologias utilizadas são:
Firebase auth;
Firebase storage;
## 🚀 Technologies
- [ReactNative](https://reactnative.dev/)
- [Expo](https://expo.io/)
## 🏁 How to run the project
#### Clone the repository
```bash
git clone https://github.com/rafinhaa/gopizza.git
cd gopizza
```
#### Install dependencies
```bash
yarn install
```
#### Build in iOS
```bash
cd ios && pod install && cd..
yarn run ios
```
#### Build in Android
```bash
yarn run android
```
## ℹ️ Info
É preciso ter uma conta no firebase e criar um projeto, criar o app para iOS e Android.
Baixar o arquivo de configuração do app do Android e mover para `android/app/google-services.json`;
Baixar o arquivo de configuração do app do iOS e mover para `ios/GoogleService-Info.plist`;
## 📝 License
[MIT](LICENSE)
**Free Software, Hell Yeah!**