Skip to content

landa44/todoTeam2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Pear Timer

Screen shot of website

Take charge of your productivity.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Local Installation
  3. Web Deployment
  4. Demo
  5. Acknowledgments
  6. Authors

About The Project

glass half full stack logo

The Pear Timer is a prodcutivity app for developers looking to organize their tasks and work smart. Pear Timer brings together research-backed features that will boost your productivity: a pomododoro timer, custimizable todo list, and more--all inside a dashboard unique to your account. Take charge of your productivity and join Pear Timer today!

(back to top)

Built With

Tools

  • Amazon Web Services
    • AWS IAM (Identity Access Management)
    • Amazon RDS (Relational Databse System)
    • Amazon EBS (Elastic Bean Stalk)
    • Amazon EC2 (Elastic Compute Cloud)

Technologies

(back to top)

Features

Architecture Diagram

Development and Operations (DevOps) Tool Kit

Our Dev Ops tools

This diagram outlines the toolkit our dev team used in every stage of the development process.

Continuous Integration / Continous Development (CI/CD) Pipeline

Our CI/CD Pipeline

This diagram shows the CI/CD Pipeline for our application. Code development occurs on developers' local machines and is pushed to our central repository. GitHub Actions achieve continous integration by automating the building, testing, and docker initialization. Finally, GitHub Actions deploys the compiled application to Elastic Beanstalk, which allocates and configures our infrastructure and production environment, hosting our application.

Application Network Architecture

Our Network Architecture

This diagram shows the network architecture of our application. The network shown is the state of the production environment after deployment by Amazon Elastic Beanstalk.

Instances of the containerized application are hosted on Amazon EC2 instances (essentially AWS virtual machines). These web servers are in the same security group and subnet in one of our Virtual Private Clouds (VPC). Because these resources are grouped together, they are essentially in their own private network, which has a route to an Internet Gateway (I.G.), providing the VPC with access to the public internet.

Similarly, our database was created with AWS as well. We created a Postgresql database with AWS Relational Database Service (RDS) hosted on the cloud. It is in a private subnet and security group, but this subnet has a route to an Internet Gateway, which makes the database publicly available.

With this architecture, our application, Database, and end-users all communicate with eachother through the public internet. Elastic Beanstalk will scale infrastructure up and down as needed as well as perform load balancing automatically.

Local Installation

Demo

Acknowledgements

Previous Versions

This repo represents the final iteration of the Pear Timer application, but it is the culmination of various demos that used different design patterns and deployment strategies. To see our previous iteration, click here. Here is an overview:

  • Java backend API
  • Node.js/React frontend
  • mySQL database on mySQL
  • Containerized by Docker
  • Deployed with Heroku

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published