Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavankpdev/movietown
Online movie booking app, built with MERN
https://github.com/pavankpdev/movietown
expressjs mongodb nodejs razorpay-api reactjs tmdb-api
Last synced: about 2 months ago
JSON representation
Online movie booking app, built with MERN
- Host: GitHub
- URL: https://github.com/pavankpdev/movietown
- Owner: pavankpdev
- Created: 2020-03-02T13:57:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:43:55.000Z (about 2 years ago)
- Last Synced: 2023-10-19T11:29:43.662Z (over 1 year ago)
- Topics: expressjs, mongodb, nodejs, razorpay-api, reactjs, tmdb-api
- Language: CSS
- Homepage: http://movietown.herokuapp.com/
- Size: 2.96 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# MovieTown
## Instructions to set things up
### Prerequisite tools and libraries to be installed
- Node : https://nodejs.org/en/
- Postman : https://www.postman.com/downloads/ (Install this package only if you tend to work on the backend, else not required)
- Git: https://git-scm.com/download/win
- Vscode : https://code.visualstudio.com/ (optional but recommended)
### How to get this project in your machine
### copy paste the below commands in command line
(NOTE: this won't work if you have not installed git and node in your machine)
git clone <--project-url-->
cd MovieTown
--> run this script only if you're setting up the project for the first time else jump to next instruction.
npm run server_install
--> run this script only if you're setting up the project for the first time else jump to next instruction.
npm run client_install
npm run server
---> this script will start the backend
npm run client
---> this script will start the frontend
After executing above instuctions open this link in your browser http://localhost:3000
you should see the UI of the home page
### Instructions to pull request will be updated soon.
### Any issues or bug report please open a discussion in issue panel
### Note:- please dont modify the code that you're not familiar with.