NOTFLIX is a simple app that lets buyers buy the movies they are looking for quickly, and easily contact an admin. The admin can add new movie genres and movie listings. Sellers have the option of buying their selected movie, rating and leaving a review, keeping a list of their favorite movies, and finally filtering through a list of movies.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:8080/.- Note: nodemon is used, so you should not have to restart your server
- Go to http://localhost:8080/ in your browser.
- Node 10.x or above
- NPM 5.x or above
- PG 6.x