Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 2.86 KB

README.md

File metadata and controls

61 lines (31 loc) · 2.86 KB

CineBuzz 🎥

It is basically a movie booking website. User can browse through the movies and can select multiple seats.

Some Glimpses of the project

  • So this is our home screen. User can login into their accounts, they can directly go to the booking page if they have logged in before

  • Login

  • Register

  • Movie Display Page

  • Booking Page

Hosted Url

Tech Stack used for designing this website

  • We have used HTML, CSS, Node.Js , Express and PostgreSQL to design the website.

  • We have used jwt token authorization
  • Some of the packages used are :- pg, nodemon, bcrypt , dotenv ...

Installation

To get the project up and running and view it in the browser, do the following steps.

  • Download and install Node: https://nodejs.org
  • Clone this repo
  • Install project dependancies: npm install
  • Start the development environment : npm start
  • Open your browser and visit http://localhost:3000

Team Members