Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 1.01 KB

README.md

File metadata and controls

45 lines (40 loc) · 1.01 KB

Movies API

FastAPI MongoDB

Overview

Access movie information effortlessly with my free API!". This API gives you access to more than 50 movies.

I leveraged the Selenium framework to perform web scraping operations.

Usage

Clone the repo

git clone https://github.com/raykipkorir/movies-api.git

Navigate into movies-api directory

cd movies-api

Create virtual environment

virtualenv venv

Activate virutal environment

  • Windows
\venv\Scripts\activate
  • Linux
source venv/bin/activate

Install the dependencies

pip install -r requirements.txt

Run server

uvicorn app.main:app --reload

N/B -> Make sure you create environment variables shown in .env.example

Contribution

You are welcome to fork the project and make contributions.

Any minor contribution would be greatly appreciated.