Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

  • Click on Fork button on the right side top and wait for few minutes.

  • Then a new repository will be created associated with your account

  • Click on clone button to the right side which is in color green, and copy the url

  • ### 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.