simplificando app
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
# Film Intel
|
||||
|
||||
Advanced movie insight you won't find in one click. Search any film and generate
|
||||
ratings explained, skip guides, sensitivity warnings, international ratings,
|
||||
production facts, and historical-accuracy breakdowns.
|
||||
Reliable film age ratings, explained. Search any film and get a clear breakdown
|
||||
of why it received its age rating, plus how that rating differs across
|
||||
countries.
|
||||
|
||||
## Requirements
|
||||
|
||||
- Node.js 22
|
||||
- A TMDB API key (https://www.themoviedb.org/settings/api)
|
||||
- An LLM API key (OpenRouter or any OpenAI-compatible endpoint)
|
||||
- PostgreSQL for caching generated insight cards (optional but recommended)
|
||||
- PostgreSQL for caching generated rating cards (optional but recommended)
|
||||
|
||||
Copy `.env.example` to `.env` and fill in the keys.
|
||||
|
||||
@@ -33,7 +33,7 @@ npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
> Without a database the insight cards will still generate (they just won't be
|
||||
> Without a database the rating cards will still generate (they just won't be
|
||||
> cached), thanks to graceful cache handling. Run `npm run db:migrate` against a
|
||||
> reachable Postgres to enable caching.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user