Movies API with Google OAuth2.0 as well as native authentication, MongoDB database, node.js server
Click on the image to watch the full video.
Clone the repository, open the Terminal or Command Prompt in the current directory and execute the following command.
npm install
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.
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.