Skip to content

samanjate/go-movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Movies

A movie/tv-show review website where users can rate, add-to-list, and browse their favourite content and critics can write their reviews accessible to other users.

Getting Started

To get you a copy of the project up and running on your local machine for development and testing purposes, please follow the steps provided.

Prerequisites

You will need MonogDb and Node installed on your machine to build and run the project locally.

Please download the latest mongo and node versions. Verify both are installed by using the following commands.

$ mongod --version
.....
...
.
$ node --version
.

Installing

Simply follow these steps to run on your local machine.

$ git clone https://github.com/samanjate/go-movies.git
$ cd /path/to/git/repo/go-movies
$ npm install
$ mongod
$ node server.js

Now open your browser and browse to localhost:3000.

Note: Incase your machine is already using port 3000, change the port in the server.js file and browse to that port from your localhost.

Project Videos

Learn more about the website by watching the following system demo videos:

Versioning

You can browse the latest website here.

Author

Samanjate Sood

See also the list of contributors who participated in this project.

Built With