See the final result: here http://nurse-registration.s3-website.us-east-2.amazonaws.com
Installation Instructions
git clone https://github.com/michaeldimmitt/as-you-fill-out-the-fields-suddenly-there-is-movement.git &&
cd as-you-fill-out-the-fields-suddenly-there-is-movement &&
npm install &&
npm test &&
npm start
This application shows a registration page and Users page
Fields are validated on the client side and posted to the RDS database.
A second page shows the registered users. The backend-api is running on an Ec2 instance. And the backend api code can be found at: db-api
Application is currently deployed using s3:
cd build &&
aws s3 sync . s3://nurse-registration