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.
- Host: GitHub
- URL: https://github.com/simatwa/fcs-movies
- Owner: Simatwa
- License: gpl-3.0
- Created: 2024-11-15T10:05:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-12T08:57:57.000Z (11 months ago)
- Last Synced: 2025-07-12T10:27:57.275Z (11 months ago)
- Topics: fcs-movies, movies, movies-website
- Language: Python
- Homepage: https://past-kenna-bx254-bbea989c.koyeb.app
- Size: 3.81 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.