Closed pan-alex closed 2 years ago
This is to address issue #11
I noticed some changes you made that would overwrite what's currently in the main branch. Github also is letting you know you'll have to resolve those conflicts before you merge this pr (fyi i pushed up a profile nav menu change that would be overwritten)
From what I can tell this is just the style.css? I know that several branches have made changes to the CSS; I purposely only added 3 declarations so it should be simple to resolve (by accepting both changes) at merge.
From what I can tell this is just the style.css? I know that several branches have made changes to the CSS; I purposely only added 3 declarations so it should be simple to resolve (by accepting both changes) at merge.
There's also the views/ejs.file
where I added in the menu component if you check out the main branch code: https://github.com/CadmiumRed40/FindAFlick/blob/main/views/flix.ejs#L11
I can add it back in later though after this is merged
Description of the PR:
/flix
route. Users enter a movie title into the input and hit submit, and the page displays key information about the movie.sample_mflix
sample dataset from MongoAtlas. The MongoAtlas account needs to be configured to load in these datasets before merging this PR. If reviewing this code, message me so that I can provide a DB string for an already-configured database.Changes in this PR include:
Co-authored by @edward2550