nickamor / moviecomments

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

Home Page:http://moviecomments.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://moviecomments.azurewebsites.net/

License:MIT License


Languages

Language:JavaScript 74.6%Language:HTML 25.4%