This project was bootstrapped with Serverless for backend and Create React App for frontend.
It's a mini-serverless app for allowing an authenticated user to make medical appointments online, towards a predefined list of medical staff
In the project backend
directory, you can run:
Deploys AWS lambda functions and AWS resources required to be able to create / list / update user appointments
Loads the predefined list of medical staff into DynamoDB so you can select a staff member for the appointment
Frontend - React - see client README.md
Frontend application is using code from Udacity Cloud Developer Repo
**Note: **