Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 695 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 695 Bytes

fse-301-project

Web app created for FSE 301. Planner focused on people effected by ADHD

Tech Stack

Below is the technical stack being used for this web application

  • Meteor
  • Vue
  • Bootstrap-Vue
  • MongoDB
  • JavaScript

Front-end

Front-end is built with Vue & Bootstrap-Vue

Back-end

Back-end is built with JavaScript and the database used is MongoDB

Containerization & Deployment

Application is bundled into a Docker container and deployed on a Kubernetes cluster. Container is connected to external MongoDB. Container has ingress pointing to domain name.

CI / CD

Each push to main will create a new base Docker image for the application within Kubernetes project