Skip to content

React Native app to manage infra structure requests

Notifications You must be signed in to change notification settings

debfdias/HelpDesk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Débora F. Dias
Aug 23, 2022
8bd246a · Aug 23, 2022

History

9 Commits
Feb 22, 2022
Feb 22, 2022
Feb 23, 2022
Feb 22, 2022
Feb 22, 2022
Feb 22, 2022
Feb 23, 2022
Aug 23, 2022
Feb 22, 2022
Feb 22, 2022
Feb 23, 2022
Feb 22, 2022
Feb 22, 2022
Feb 22, 2022
Feb 22, 2022
Feb 22, 2022

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published