Skip to content

deveshXm/matinee

Repository files navigation

Matinee

About

Hello Everyone! I made this Project under MS ENGAGE 2022 Program.
Matinee is a web application which will recommend you movies based on your last watch.
I have used the following Technologies in this Project.

FRONT-END
  • Node Js v(16.15.0)
  • Tailwind CSS v(2.0)
  • TMDB Api
BACK-END
  • Python
  • Fast API

A nextjs application to watch movies and get recommended based on your preferences. matinee

Api

This application fetches data from The Movie Database

API Documentation

To View all available methods you can go to TMDB API documentation TMDB Documentation

Installation

Requirements

You should have the following installed in your system

  • Node (latest)
  • Python (latest)

Clone the Repository

git clone https://github.com/deveshXm/matinee.git

Install npm dependencies

npm install

Build the application

npm run build

Deploy on localhost:3000

test email - [email protected] test password - 123456

npm start

If you want to run on development server

npm run dev

Server Side

Building Server

Go to the following repository and follow the instructions mentioned in ReadMe Repository

Running the Server

simply go to cmd and type the follwing command

uvicorn main:app --port 8000 --reload

You can test the GET requests on localhost:8000/docs

Once all the above steps are done you can go to the website on localhost:3000