API application made for Filmpolitiet's reviews.
Live version filmpolitiet.wyd.no.
The webapp is made using Deno, Fresh and SQLite. It's made to be lightweight and fast.
- Deno installed
- SQLite installed
- Copy the
.env.defaults
,cp .env.defaults .env
and update the variables accordingly. - Create a database-file, eg.
data.db
and add the file-path in the.env
. - Start the project with
deno task dev
.
Every new semver tag results in a new release to production. Production is running on a Caddy-server on a 1984 Hosting VPS.
Anyone can contribute to Filmpolitiet API. Please refer to the contribution guidelines
Send patches to the mailing list, report bugs on the issue-tracker.