Skip to content

conner-huf/lafs-api

 
 

Repository files navigation

UPDATE:

I've deployed this project using AWS. Some of the things I've experimented with / used in this project are:

  • Containerization with Docker
  • AWS Lambdas
  • EC2
  • S3
  • Angular
  • Writing APIs

The deployed project can be found here

Below is a screenshot of the landing page: home page

There, you can click on the "Angular" section to be taken to the question page: question page

The questions are filled using json data, which is pulled from DynamoDB. Each question has a unique key that is matched with an answer's unique key in DynamoDB to provide the answers to the questions. You can click on a question to see the question's answers: answer page

About

Capstone Full-Stack cloud project for CS470: FullStack Dev II

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • JavaScript 1.4%
  • Dockerfile 0.4%