/Movie-RESTAPI

Movies API based on node.js and mongodb with Google OAuth2.0 as well as native authentication, MongoDB database, node.js server

Primary LanguageJavaScript

Movie-RESTAPI

Movies API with Google OAuth2.0 as well as native authentication, MongoDB database, node.js server

App Demo

Click on the image to watch the full video.

Watch the video

Installation

Clone the repository, open the Terminal or Command Prompt in the current directory and execute the following command.

npm install

Usage

Run the server using following command.

npm start

You must a MongoDB installed and run up the mongod server to establish a connection to the server. Use postman tool to make get, post, put and delete requests.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.