-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Herbario Institucional "Kixonga Naxo" | ||
Aplicación móvil desarrollada para Recolectar ejemplares del herbario institucional de la Universidad de la Cañada (UNCA). | ||
|
||
## Comenzando | ||
Para ejecutar el proyecto seguir las siguientes instrucciones: | ||
|
||
### Requisitos | ||
* Crear proyecto en [Firebase](https://firebase.google.com/). | ||
* Instalar Android Studio [Android Studio](https://developer.android.com/studio) | ||
|
||
### Instalación | ||
1. Clonar proyecto | ||
``` | ||
git clone https://github.com/IrvingMg/KixongaNaxo-MobileApp.git | ||
``` | ||
|
||
2. Ir a la consola de Firebase y registrar la aplicación con el nombre | ||
``` | ||
com.example.kixonganaxo | ||
``` | ||
|
||
3. Finalizar el registro en Firebase siguiendo las instrucciones de la plataforma. | ||
|
||
4. Abrir Android Studio y ejecutar la aplicación. | ||
|
||
## Construido con | ||
* [Firebase](https://firebase.google.com) - Backend As A Service | ||
* [Android Studio](https://developer.android.com/studio) - IDE |