Skip to content

Latest commit

 

History

History
executable file
·
41 lines (28 loc) · 1.76 KB

README.md

File metadata and controls

executable file
·
41 lines (28 loc) · 1.76 KB

Buy/Sell Movie Listing Website

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.

Final Product

Registration Page "Screenshot of Registration Page"

Login Page "Screenshot of Login Page"

Main Index Page "Screenshot of Main Index Page"

Movie Details Page "Screenshot of Movie Details Page"

Movie Cart Page "Screenshot of Movie Cart Page"

Buyer Chat Feature "Screenshot of Chat Feature"

Admin Add Movie Feature "Screenshot of Add Movie Feature"

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. 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
  4. Go to http://localhost:8080/ in your browser.

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x