debfdias / HelpDesk

React Native app to manage infra structure requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelpDesk

helpdesk

💻 Project

HelpDesk is a real time application to manage infra structure requests.It was built using React Native, Expo (bare flow) and Firestore as backend. *** This project is based on a lecture (using Firebase as a backend) from Rocketseat, ministered by Rodrigo Gonçalves.

🛠️ Tools and Architecture

This project was developed using the following tools:

⚙️ How to run

git clone https://github.com/debfdias/HelpDesk
cd HelpDesk
yarn install
yarn android

** Create a Firebase project and place the google-services.json inside your android/app folder.

⚙️ Configure Firestore

Go to android folder, open build.gradle file and add:


apply plugin: "com.google.gms.google-services"

Now go to android/app folder, open again a build.gradle file and add after "dependencies":


classpath("com.google.gms:google-services:4.3.10")

Run the application in your simulator.

** Don't forget to install JDK.
** Add the JDK env in your system's path. Or create a local.properties file inside android the folder and write your sdk path:

sdk.dir = /Users/YOUR_USER/Library/Android/sdk

📝 License

Under MIT license.

About

React Native app to manage infra structure requests


Languages

Language:TypeScript 59.7%Language:Java 18.9%Language:Objective-C 8.8%Language:Starlark 4.5%Language:JavaScript 4.4%Language:Ruby 3.8%