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

https://github.com/sadafasad/mphr

Your pet's health records all in one place
https://github.com/sadafasad/mphr

firebase react-native

Last synced: 2 months ago
JSON representation

Your pet's health records all in one place

Awesome Lists containing this project

README

          

Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgments

## About The Project




A centralized pet medical record keeper. Pet owners can manage, view and share their pet's medical records.

(back to top)

### Built With

This project is made with:

* [![React][React.js]][React-url]
* [![Expo][Expo.dev]][Expo-url]
* [![Firebase][Firebase.google.com]][Firebase-url]
* [![VSCode][Code.VisualStudio.com]][VSCode-url]

(back to top)

## Getting Started

### Prerequisites

* You must have a VS Code installed.
* Expo Go Account created.
* Expo Go installed in your iOS device.

### Installation

* Replace the firebase keys in the config/firebase-keys.js

#### Once you have replaced the firebase keys. Install npm

* npm
```sh
npm install
```
#### Login your Expo Go Account in both the terminal and iOS device.

Terminal:

```
expo login
```

iOS device:

* just proceed to login your credentials

#### Once you have both credentials logged in

in your terminal run:
```
expo start
```

in your device you should the app

(back to top)

## Contact

Julian Sanchez - jsanchez.creatives@gmail.com

Sadaf Asadollahi - sadaf98x@gmail.com

Pooja Mahara - poojamahara1073@gmail.com

Project Link: [https://github.com/SadafAsad/MPHR](https://github.com/SadafAsad/MPHR)

(back to top)

[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[Expo-url]: https://expo.dev/
[Expo.dev]: https://img.shields.io/badge/Expo-000020?style=for-the-badge&logo=expo&logoColor=white
[Vue-url]: https://vuejs.org/
[Firebase.google.com]: https://img.shields.io/badge/Firebase-white?style=for-the-badge&logo=firebase&logoColor=FFCA28
[Firebase-url]: https://firebase.google.com/
[Code.VisualStudio.com]: https://img.shields.io/badge/Visual_Studio_Code-black?style=for-the-badge&logo=visualstudiocode&logoColor=007ACC
[VSCode-url]: https://code.visualstudio.com/