Skip to content

pavankpdev/MovieTown

Repository files navigation

MovieTown

Instructions to set things up

Prerequisite tools and libraries to be installed


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.