Blockbuster is a lightweight media services provider. PoC application that lets you rent movies.
- Sign in
- Rent movies
- Rate the movie
- Make your own Wishlist
You can also:
- Import and save files from GitHub, Dropbox, Google Drive and One Drive
Blockbuster requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ cd backend
$ npm install -d
$ npm start
Frontend
$ cd frontend
$ npm install -d
$ npm start
Verify the deployment by navigating to your server address in your preferred browser.
127.0.0.1:8081
Frontend
127.0.0.1:8080
- Write Tests
- Add Night Mode
MIT
Free Software, University project!