aaaaaaaah

This commit is contained in:
Pagwin 2025-02-19 12:29:14 -05:00
parent c810a36651
commit afc44c9d90
No known key found for this signature in database
GPG key ID: 81137023740CA260
3 changed files with 72 additions and 3 deletions

View file

@ -1,10 +1,12 @@
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/vfKrPwQS) [![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/vfKrPwQS)
# << Project Title >> # << Project Title >>
## CS 445 Final Project ## CS 445 Final Project
### << Semester, Year >> ### Spring, 2025
### Team: << team name >> ### Team: << team name >>
<< List Team Members >>
- Spencer Powell
- Levi Lesches
## Getting Started ## Getting Started
<<One paragraph of project description goes here>> <<One paragraph of project description goes here>>
@ -19,7 +21,7 @@ A list of features, function or non-functional, you would like to add in the fut
>> >>
## SRS ## SRS
[document](url to google doc) [doc](https://docs.google.com/document/d/1kSWMxsK0NakhvHRQnNx0wRlL6wDgYGO-tA7JB_4qldE/edit?usp=sharing)
### Prerequisites ### Prerequisites
* [Docker](https://www.docker.com/) * [Docker](https://www.docker.com/)

19
etc/stack.md Normal file
View file

@ -0,0 +1,19 @@
## **Backend**
- **NodeJS** → [node](https://hub.docker.com/_/node)
## **Frontend**
- **Flutter** → [the thing](https://flutter.dev/)
## **Web Server**
- **Caddy** → [caddy:latest](https://hub.docker.com/_/caddy)
## **Database**
- **Sqlite** → [file format lmao](https://www.sqlite.org/index.html)
## **Additional Dependencies**
-

View file

@ -0,0 +1,48 @@
# **Project Overview**
## **Application Vision/Goal:**
[Describe the overall purpose and vision of the application. What problem does it solve? Who is the target audience?]
## **Scope:**
[List the major features and functionalities that define the scope of the project. Keep this high-level to avoid feature creep.]
## **Deliverables:**
[List what will be delivered by the end of the project, such as a working MVP (Minimum Viable Product), specific features, documentation, etc.]
## **Success Criteria:**
[Define what will make this project successful. Examples include meeting deadlines, delivering core functionality, or achieving performance benchmarks.]
## **Assumptions:**
[List any assumptions about the technology, users, or resources that could impact development.]
## **Risks:**
[Identify potential risks and challenges, such as technical limitations, resource constraints, or dependency issues.]
## **Design / Architectural Review:**
[Outline the initial thoughts on application architecture. Will it be monolithic or microservices? Will it use a database? What major components will be included?]
## **Test Environment:**
[Define how the application will be tested. Will you use automated tests? What environment will the tests run in?]
---
# **Team Setup**
## **Team Members:**
## **Team Roles:**
## **Team Norms:**
## **Application Stack:**
### **Libraries/Frameworks:**