Skip to content

mail4taz/cloud-app-telemed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Backend - Serverless

In the project backend directory, you can run:

sls deploy -v

Deploys AWS lambda functions and AWS resources required to be able to create / list / update user appointments

aws dynamodb batch-write-item --request-items file://./staff-data.json

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: **

About

Mini Serverless and React app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published