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 🛠🛠ðŸ›
- Host: GitHub
- URL: https://github.com/zonayedpca/node-movie-pocket
- Owner: zonayedpca
- Created: 2018-09-27T12:47:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T12:53:29.000Z (over 7 years ago)
- Last Synced: 2025-03-29T17:41:29.274Z (about 1 year ago)
- Topics: expressjs, mongodb, movie-pocket, nodejs, passport
- Language: HTML
- Homepage: https://node-movie-pocket.herokuapp.com
- Size: 36.1 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)