/moviecomments

A simple movie comments website using Node.js/Express.js

Primary LanguageJavaScriptMIT LicenseMIT

moviecomments

See recent and popular movies, search for movies, and comment on individual movies. Uses The Movie Database API.

Initially created for ISYS1126 Web Database Applications, Assignment 2, Semester 2 2016.

Front page view Movie detail view Movie search view

First run

To download the dependencies, run npm install. To run the application, run npm start. Two environment variables are needed for configuration: MONGO_CONNECT for a valid MongoDB connection string, and TMDB_API_KEY to access the third-party movie API.

By default the application accepts web connections on port 3000, so to view it in a web browser navigate to http://localhost:3000/.

Attributions