Table of Contents
Just enter your birth date and you have a movie that was popular on the date you entered along with a youtube search for the trailer of the movie.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
To get a local copy up and running follow these simple example steps.
You will need the following software.
- npm
npm install npm@latest -g
Below are the instructions to setup the project locally , don't forget to Cd to the respective folders mentioned.
- Get a free API Key at TMDB and YT api key at YT
- Clone the repo
git clone https://github.com/utsav82/Bollywood-Back.git
- Install NPM packages in the Server and Client folders
npm install
- Create a '.env' in Server folder and enter your API according to the sample '.env' template
API_KEY = "ENTER YOUR API";
- Start the Nodemon server in Server folder
npm run start:dev
- Start the frontend in client folder
npm run dev
- Add Readme
- Add footer
- Allow input through calendar
- Make the site responsive (form and footer left)
- Deploy
- Add multiple results
- ui features like hue,tooltip and improve frontend
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Utsav Yadav - @Yadavutsav3 Malay Kumar - @void_MalayK
Project Link: https://github.com/Utsav82/Bollywood-Back
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!