Homepage: displays a list of movies.
By clicking each movie name, users will be directed to the movie detail page.
Movie detail page: shows details and comments. Users can submit their name and comment.
(Note that this was built with an old macbook, so packages versions may be out-dated)
Pull the docker image from docker hub meifu/movielib
docker pull meifu/movielib
Run the docker image
docker run -p 3000:3000 meifu/movielib
Open the browser and go to https://localhost:3000
Utilize Next.js
for UI and API, mongoDB
for database.