Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finished assignment 2. #496

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 20 additions & 5 deletions P2-Project_Outline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions P3-Project_Planning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.