/popcorn

Online Cinema Booking Built with React & Hooks

Primary LanguageJavaScriptMIT LicenseMIT

License: MIT

🍿🍿🍿popcorn cinema booking

Table of Contents

Intro

This is a semester project for my MSc web development course.🎓🎓

*** 💕💕Many thanks to my fellow contributors and colleagues [https://github.com/panosonasis], [https://github.com/manKraut] for their amazing collaboration on the backend implementation.

Install

To install, cd to project root and run:

$ npm install

This will install the required dependencies. From there, you can build or run the app.

Build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Run

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Docker

🐳🐳Docker!

  • This application can be dockerized by using npm run docker:build to build the image.
  • Use npm run docker:run to serve the container in http://localhost:3001