diff --git a/P2-Project_Outline/README.md b/P2-Project_Outline/README.md index 81caea5db..63e52a9c2 100644 --- a/P2-Project_Outline/README.md +++ b/P2-Project_Outline/README.md @@ -7,12 +7,27 @@ For this assignment, you will submit a high-level outline of your project. This ## Submission Instructions ### Overview -Include overview here +For our project we have set out to create an app that will allow users to upload books they +have read as well as comment on any other book they know. Users will be able to view a list of books +or select individual books to read all the comments users have left their. ### Features -Include Features here +Users have the ability to log in to their accounts so we know who comments on books. +Users will be able to view a list of books. +Users will be able to view a book and see other user's comments. +User will be able to add books that are not already on the app so others may comment on them + ### Technologies -Include Technologies here +In this project we have decided to take on more than a few challenges. +We are building our project with Maven instead of Gradle. +MongoDB a non relational document database. +POStman Api to set endpoints to test out our backend code without having front end done. +Java as our language for back end development. +Angular Material for our front end. +Also using Dockers for easy testing, runnning and shipping of our application. ### What I'll Have to Learn -Include what you will need to learn here +How to connect a non relation database to our code. How to build the project using +Maven instead of Gradle. How to use POStman Api. The correct format for querying in a non +relation database like MongoDB. The correct Syntax for using Mongo and Dockers in a project. +How to properly use the features of Angular Material for ease of use. ### Project Tracker -Link to your Trello board here +https://fred-liftoff-2022.atlassian.net/jira/software/projects/RT/boards/1 diff --git a/P3-Project_Planning/README.md b/P3-Project_Planning/README.md index acc7e7e30..879b669e6 100644 --- a/P3-Project_Planning/README.md +++ b/P3-Project_Planning/README.md @@ -10,10 +10,14 @@ For this assignment, you'll create some initial plans for your project. Include at least 3 wireframes here, adding images or files to your repository as necessary. Format them as a bulleted/unordered list with links to the files. + ### Project Tracker +https://fred-liftoff-2022.atlassian.net/jira/software/projects/RT/boards/1 Include a link to your public Trello board. Be sure you have user stories added for at least your first 2-week sprint. ### Project Repo Link + +https://github.com/Jul-2022-LC-LiftOff/media-review/tree/RT-8 Include a link to your project on GitHub.