{"id":26512404,"url":"https://github.com/techkumarnitish/se-project","last_synced_at":"2026-04-11T17:03:50.495Z","repository":{"id":282846997,"uuid":"948574328","full_name":"TechKumarNitish/se-project","owner":"TechKumarNitish","description":"Cinema + is an online Movie Ticket Booking web app with MERN Stack.  Online Booking System, Admin Dashboard, Dark Theme UI","archived":false,"fork":false,"pushed_at":"2025-03-17T08:13:57.000Z","size":331,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T09:27:57.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TechKumarNitish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-14T15:18:08.000Z","updated_at":"2025-03-17T08:15:10.000Z","dependencies_parsed_at":"2025-03-17T09:38:36.285Z","dependency_job_id":null,"html_url":"https://github.com/TechKumarNitish/se-project","commit_stats":null,"previous_names":["techkumarnitish/se-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechKumarNitish%2Fse-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechKumarNitish%2Fse-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechKumarNitish%2Fse-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechKumarNitish%2Fse-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TechKumarNitish","download_url":"https://codeload.github.com/TechKumarNitish/se-project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244732400,"owners_count":20500876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-21T03:29:10.563Z","updated_at":"2026-04-11T17:03:50.489Z","avatar_url":"https://github.com/TechKumarNitish.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003e\nCineVerse\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nMongoDB, Expressjs, React/Redux, Nodejs\n\u003c/p\u003e\n\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebook/react/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/react.svg?style=flat)](https://www.npmjs.com/package/react) \n\nCineVerse is an online Movie Ticket Booking web app with MERN Stack.\n\n  - Online Booking System\n  - Admin Dashboard\n  - Dark Theme UI\n\n\n\u003e MERN is a fullstack implementation in MongoDB, Expressjs, React/Redux, Nodejs.\n\nMERN stack is the idea of using Javascript/Node for fullstack web development.\n\n\u003cimg src=\"https://github.com/TechKumarNitish/image/blob/main/mern.png\" /\u003e\n\n# Features!\n\n  - Add / Update / Delete Movies\n  - Add / Update / Delete Cinemas\n  - Add / Update / Delete Showtimes\n  - Add / Update / Delete Reservations\n  - Add / Update / Delete Users\n  - Generate QR Code for reservation check in\n  - Send HTML emails invitations \n\n\nYou can also:\n  - Export QR Code pass as PDF\n\n### Tech\nCineVerse uses a number of open source projects to work properly:\n* [MongoDB](https://www.mongodb.com/) - A document-oriented, No-SQL database used to store the application data.\n* [ExpressJS](https://expressjs.com/) - fast node.js network app framework.\n* [ReactJS](https://reactjs.org/) - A JavaScript library for building user interfaces.\n* [Redux](https://redux.js.org/) - A predictable state container for JavaScript apps.\n* [nodeJS](https://nodejs.org/) - A JavaScript runtime built on Chrome's V8 JavaScript engine\n\n### Installation\n\nCineVerse requires [Node.js](https://nodejs.org/)  to run.\n\nSet environment variables \n\n```sh\n$ Create a .env file in your server and client folder\n$ See the .env sample\ncreate a mongodb database and add your connection string into .env file\n```\n## Environment Variables\n\nThe following environment variables are required for the application to function correctly.  \n\n| Variable        | Required | Description                        |\n|----------------|----------|------------------------------------|\n| `MONGODB_URI`  | ✅ Yes   | MongoDB connection string         |\n| `MAIL_HOST`    | ✅ Yes   | SMTP mail server host             |\n| `GMAIL_USER`   | ✅ Yes   | Gmail user email for SMTP         |\n| `GMAIL_PASSWORD` | ✅ Yes | Gmail app password for SMTP       |\n| `CLOUDINARY_CLOUD_NAME`   | ✅ Yes   | Cloudinary cloud name             |\n| `CLOUDINARY_API_KEY`      | ✅ Yes   | Cloudinary API key                |\n| `CLOUDINARY_API_SECRET`   | ✅ Yes   | Cloudinary API secret             |\n| `PORT`         | ❌ No   | Default is `8080`                 |\n\nMake sure to set these variables in a `.env` file before running the application.  \n\n\nInstall the dependencies and devDependencies\n\n```sh\n$ git clone https://github.com/TechKumarNitish/se-project.git\n$ npm install\n$ cd server npm install \u0026\u0026 npm start\n$ cd client npm install \u0026\u0026 npm start\n```\nStart the server.\n\n```sh\n$ cd server \n$ npm install \n```\nOR\n#### Docker Image for Server\n\nA pre-built Docker image for this project is available on Docker Hub:\n\n[https://hub.docker.com/r/122cs0070/cineverse-backend](https://hub.docker.com/r/122cs0070/cineverse-backend)\n\nTo pull and run the Docker container:\n\n```bash\ndocker pull 122cs0070/cineverse-backend\ndocker run \\\n-e NODE_ENV='production' \\\n--env-file .env \\\n-p 8080:8080 \\\n122cs0070/cineverse-backend:latest\n```\n\n\nStart the client.\n\n```sh\n$ cd client \n$ npm install \n$ npm start\n```\n\nStart from root path\n```sh\n$ npm run server\n$ npm run client\n```\n\n### Plugins\n\nCineVerse is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.\n\n### Server\n\n\n| Plugin | README |\n| ------ | ------ |\n| concurrently | [plugins/concurrently/README.md](https://github.com/kimmobrunfeldt/concurrently/blob/master/README.md) |\n| bcryptjs | [plugins/bcryptjs/README.md](https://github.com/dcodeIO/bcrypt.js/blob/master/README.md) |\n| express | [plugins/express/README.md](https://github.com/expressjs/express/blob/master/Readme.md) |\n| googleapis | [plugins/googleapis/README.md](https://github.com/googleapis/googleapis/blob/master/README.md) |\n| jsonwebtoken | [plugins/jsonwebtoken/README.md](https://github.com/auth0/node-jsonwebtoken/blob/master/README.md) |\n| mongoose | [plugins/mongoose/README.md](https://github.com/Automattic/mongoose/blob/master/README.md) |\n| multer | [plugins/multer/README.md](https://github.com/expressjs/multer/blob/master/README.md)|\n| nodemailer | [plugins/nodemailer/README.md](https://github.com/nodemailer/nodemailer/blob/master/README.md) |\n| nodemon | [plugins/nodemon/README.md](https://github.com/remy/nodemon/blob/master/README.md) |\n| qrcode | [plugins/qrcode/README.md](https://github.com/soldair/node-qrcode/blob/master/README.md) |\n\n### Client\n\n| Plugin | README |\n| ------ | ------ |\n| fullcalendar | [plugins/fullcalendar/README.md](https://github.com/fullcalendar/fullcalendar/blob/master/README.md) |\n| material-ui | [plugins/material-ui/README.md](https://github.com/mui-org/material-ui/blob/master/README.md) |\n| moment | [plugins/moment/README.md](https://www.npmjs.com/package/@date-io/moment?activeTab=readme) |\n| jspdf | [plugins/jspdf/README.md](https://github.com/MrRio/jsPDF) |\n| react | [plugins/react/README.md](https://github.com/facebook/react/blob/master/README.md) |\n| react-facebook-login | [plugins/react-facebook-login /README.md](https://github.com/keppelen/react-facebook-login/blob/master/README.md) |\n| react-google-login | [plugins/react-google-login/README.md](https://www.npmjs.com/package/react-google-login) |\n| react-redux | [plugins/react-redux/README.md](https://github.com/reduxjs/react-redux) |\n| react-router-dom | [plugins/react-router/README.md](https://github.com/ReactTraining/react-router/blob/master/README.md) |\n| react-slick | [plugins/react-slick/README.md](https://github.com/akiran/react-slick) |\n| redux | [plugins/redux/README.md](https://github.com/reduxjs/redux)|\n\n### Todos\n\n - Add Light Mode / More themes\n\n\n\n# Screenshots! \n\nMovie Page\n\u003cimg src=\"https://github.com/TechKumarNitish/image/blob/main/movie.png\" /\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eMore Screenshots\u003c/summary\u003e\n  Booking Page\n  \u003cimg src=\"https://github.com/TechKumarNitish/image/blob/main/booking.png\" /\u003e\n\n  Booking Invitations\n  \u003cimg src=\"https://github.com/TechKumarNitish/image/blob/main/invitation.png\" /\u003e\n\n  Guest Dashboard Page\n  \u003cimg src=\"https://github.com/TechKumarNitish/image/blob/main/guest-dashboard.png\" /\u003e\n\n  My Account Page\n  \u003cimg src=\"https://github.com/TechKumarNitish/image/blob/main/my-account.png\" /\u003e\n\n  Admin Home Page\n  \u003cimg src=\"https://github.com/TechKumarNitish/image/blob/main/admin-dashboard.png\" /\u003e\n\n  Admin Cinema Page\n  \u003cimg src=\"https://github.com/TechKumarNitish/image/blob/main/admin-cinemas.png\" /\u003e\n\n  Admin Movie Page\n  \u003cimg src=\"https://github.com/TechKumarNitish/image/blob/main/admin-movies.png\" /\u003e\n\n  Admin Reservation Page\n  \u003cimg src=\"https://github.com/TechKumarNitish/image/blob/main/reservations.png\" /\u003e\n\n  Admin Reservation Calendar\n  \u003cimg src=\"https://github.com/TechKumarNitish/image/blob/main/calendar.png\" /\u003e\n\u003c/details\u003e\n\n\n\nLicense\n----\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechkumarnitish%2Fse-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechkumarnitish%2Fse-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechkumarnitish%2Fse-project/lists"}