https://github.com/franjid/filmaffin-api
Dockerized Symfony API based on Filmaffinity data
https://github.com/franjid/filmaffin-api
api docker elasticsearch film filmaffinity movies movies-api symfony
Last synced: 2 months ago
JSON representation
Dockerized Symfony API based on Filmaffinity data
- Host: GitHub
- URL: https://github.com/franjid/filmaffin-api
- Owner: franjid
- Created: 2018-03-27T13:20:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T16:13:34.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T03:27:00.176Z (7 months ago)
- Topics: api, docker, elasticsearch, film, filmaffinity, movies, movies-api, symfony
- Language: PHP
- Homepage:
- Size: 889 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Filmaffin API
API based on Filmaffinity.com data
1) Copy `.env.dist` to `.env`
2) Copy `code/api/.env.dist` to `code/api/.env`
3) Run:
```
docker-compose up
```## Index films
```
docker-compose exec php bin/console filmaffin:index:films
```## Index frequently updated films
```
docker-compose exec php bin/console filmaffin:index:films:frequently_updated
```## Check the docs
```
http://localhost/api/doc
```## More info
Refer to the [API docs](./code/api/README.md)