Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.25 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.25 KB

Registration system for business, hotels, etc

This project is a test MVP in which im playing a bit with nativescript, android and firebase. The iOS platform it has not been created yet.

FUNCTIONALITY: Basically the user fills some registration info of himself plus takes a pic of a personal id document and a selfie that will be send to firebase, where the realtime database updates the data in a website, that is shown to the business or hotel to confirm his identity.

Inside the folder RegistrationWeb you can find the code for the website to read the data. You must create a web firebase project and update the keys inside the pages to be able to read the info from your project.

Done with NativeScript, and using the firebase plugin, that you must follow the steps in the plugin docs on how to access the server database with your own project data keys.

To run it, install NativeScript, a emulator, and run the project with tns run android

For problems check, troubleshooting