Welcome to Shares^2! This is the repository for a AWS Serverless "social" stock tracking application with a React frontend done as a project during Spring 2021.
Skeleton code located here: Skeleton
The backend uses the serverless-stack tutorial setup and the npm serverless package for deployment to AWS. Deploy with npm install && sls deploy
The frontend uses a simple create-react-app SPA. Run with npm install && npm start