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

https://github.com/simatwa/fcs-movies

Site for downloading Hollywood and Bollywood movies.
https://github.com/simatwa/fcs-movies

fcs-movies movies movies-website

Last synced: 10 months ago
JSON representation

Site for downloading Hollywood and Bollywood movies.

Awesome Lists containing this project

README

          

# fcs-movies

> Site for Downloading Hollywood and Bollywood movies.

## Pre-requisite

- [x] [Python>=3.11](https://python.org)

# Getting Started

```sh
git clone https://github.com/Simatwa/fcs-movies.git
cd fcs-movies
pip install -r requirements.txt
```

## Fire up server

```
$ python -m fastapi run
```

You can then access the server from http://localhost:8000, API docs from http://localhost:8000/api/docs and API redocs from http://localhost:8000/api/redoc.

## Deployment

```
$ make deploy
```

> [!NOTE]
> This is a joint project under development.