- Hayden Cleaver
- Isaiah Keller
- Junyoung Son
- KC Hofstetter
- Kris Dunning
- Teresa Phillips
This app allows users to access their favorite books, movies, and music and share with friends and family. To provide a platform for users to be able to share their interests with others, and only see content of that they choose. Users can keep track of all their favorite books, movies, and songs. They'll be able to add personalized notes for reference and edit their favorites to keep them up to date.
-
Team-Social-Media (GitHub)
-
back-end server url (when applicable)
-
front-end application (when applicable)
NEXT_PUBLIC_MOVIE_API=https://imdb-api.com/en/API/ NEXT_PUBLIC_MUSIC_API=https://api.discogs.com/database/search?q= NEXT_PUBLIC_BOOKS_API=http://openlibrary.org/search.json?q=
*DATABASE_PORT
- 43048
*DATABASE_URL
- http://dpg-cdrbu4h4reb95u682v50-a.oregon-postgres.render.com/
- e.g.
npm start
-
Feature: For a user to signIn using an existing GitHub or Google account to be authenticated. It displays their photo and a welcome greeting with user name.
-
Feature: A user is able to access three different API's to view media content.
-
Feature: A user is able to add heart to favorite content.
-
Feature: User is able to leave review on content.
- GET :
/hello
- specific route to hit
- How do you run tests?
- Any tests of note?
- Describe any tests that you did not complete, skipped, etc