- Docker
- aws cli
Enter localhost:3001/docs
to view all api endpoints and their descriptions
For user verification flow only two endpoints are needed
/users/verify
/users/verify-and-save
-
Install dependencies
yarn
-
Deploy all the necessary infrastructure
./packages/infrastructure/deploy.sh
This script deploys the relevant dynamoDB tables
-
Start the frontend app
yarn nx run app:serve
-
Start the YPP backend server
yarn nx run api:serve