- Register user account
- Use SendGrid to send email with confirmation code to the user
- Implement unit and integration tests at here
-
Repo: https://github.com/hoanganhx86/nodejs-jwt-authentication-demo
-
Deployed to heroku at: https://nodejs-auth1.herokuapp.com/
Run those commands to install all the dependencies needed
yarn install
yarn pod:install
At the root folder of project
yarn ios
First need to start an emulator
yarn android
To run all the tests
yarn test
Will run linting check code quality and run all the tests automatically