Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.28 KB

README.md

File metadata and controls

56 lines (31 loc) · 1.28 KB

React native and nodejs authentication demo

react-native version Typescript version

Functions

  • Register user account
  • Use SendGrid to send email with confirmation code to the user
  • Implement unit and integration tests at here

Backend

Demo

App Demo

Prerequisites

Install dependencies

Run those commands to install all the dependencies needed

yarn install
yarn pod:install

Ready for development

At the root folder of project

Run iOS app

yarn ios

Run Android app

First need to start an emulator

yarn android

Testing

To run all the tests

yarn test

Test results

Github workflow

Will run linting check code quality and run all the tests automatically