Skip to content

Releases: 3296Fall2020/projects-01-spring-boot-to-do-list

Initial Release

02 Nov 20:11
78513ed
Compare
Choose a tag to compare

v0.1.0

This is the first release of the Spring Boot To-Do List application.

In this release, we have completed a "Hello World" application that contains the required groundwork for beginning the development of this application.

Release Highlights

  • We have created a React application for frontend development that can be found in the frontend folder. This also contains a README.md that details the use of the Create React App, including how to run the application, along with other resources on learning React.
  • We have created a Spring Boot application for backend development that can be found in the main branch. Instructions on how to run this can be found under the Running section of the project's README.md, accompanied by the building process under the Building section.
  • We have created a database using Amazon Aurora, which uses a Amazon RDS (Relational Database Service) instance to host the database. Information relating to this can be found in code here.
  • We have created an in-depth README.md (linked above) that contains our Project Overview, Vision Statement, and Personas for the Scrum Pregame.
    • Of further note in our README.md is references to our backlog list of features to be developed and shared with our client, and a technical list to be utilized by our scrum developers.