- Alberto Beltran
- Daniel Palma Garcia
- Gabriel Esqueda Guzman
- Manuel Navarro Valadez
- Ronaldo Alejandro Tapia de la Cruz
- Luis Angel Bernal Pérez
- Kevin Brayan Carbajal Sanchez
- Luis Alférez
- Josué Abraham Vázquez Martínez
-
Created Repository
-
Each one of our team members created their own branch and added their commits (currently in tests folder)
-
Random mission generator in src folder
-
All branches merged together
Week 2: Networking and Web Scripting
-
Task: Develop a Python script that retrieves information about the International Space Station (ISS) using its public API.
-
Implement error handling and logging in the script.
-
Task: Use the retrieved data to create a basic web page that displays the current location of the ISS.
-
Collaboratively integrate the web page into the project repository using Git.
- Created specific branch for this week's updates
- Assigned roles to team members
Week 3: LAMP Stack and Docker
-
Set up a local LAMP stack environment using Docker containers.
-
Task: Create a simple web application that allows users to view and submit space mission ideas.
-
Implement a basic MySQL database to store the submitted mission ideas.
-
Test the web application locally to ensure it works within the LAMP stack environment.
- Making daily meetings to review WSL and Docker installation processes
- Defined our stack (LAMP [LINUX-APACHE-MySQL-Python])
- Created a schema for our database
- Added new pages to our site (Add and View Space Missions)
- Backend team ramping up on Django
- Figure out how to distribute next week's tasks
- Establish our front to back API (JS and Python)
- Finish our database structure
- Create an automated scrpit to configure our stack in a Docker container
- Create a series of tests for deployment
IAAS/SAAS/PAAS and Terraform
-
Explore different IAAS/SAAS/PAAS platforms (e.g., AWS, Azure, Google Cloud).
-
Task: Choose a platform and provision a virtual machine (IAAS) or use a managed service (SAAS/PAAS) to host the web application.
-
Configure the necessary network settings (e.g., security groups, firewall rules) to allow access to the web application.
-
Collaboratively document the deployment process and configurations.
- Dockerfile created, step by step doc created
- Updated our frontend
- Backend and database implemented in django
- Had issues with a branch merge
- Create ANSIBLE yml
- Restructure
- Finish up our frontend
- Ramp up everybody on how to deploy to Azure
- Create wiki page for documentation
- ???
- PROFIT!!