An open API service indexing awesome lists of open source software.

https://github.com/zonayedpca/node-movie-pocket

🛠🛠🛠 A Complete Web Application with Login/Register and Database 🛠🛠🛠
https://github.com/zonayedpca/node-movie-pocket

expressjs mongodb movie-pocket nodejs passport

Last synced: about 1 year ago
JSON representation

🛠🛠🛠 A Complete Web Application with Login/Register and Database 🛠🛠🛠

Awesome Lists containing this project

README

          

# Node Movie Pocket
This is a simple Node Express based web Application. You can search for a specific movie by some filters and also you can add your favorite movie to your pocket(You must have to be a registered user for that). If you want to make a watchlist, then this app can help you with that.

# Live Demo
[Demo](https://node-movie-pocket.herokuapp.com)

# Clone by Git
```
git clone https://github.com/zonayedpca/node-movie-pocket.git
```

# Install all the dependecies
```
npm install
```

# Start the Server
```
npm start
```

# Thanks
- Node JS
- Express JS
- EJS
- Passport
- [Zonayed Ahmed](https://www.zonayed.me)