~timharek/filmpolitiet-api

Unoffical API for NRK P3 Filmpolitiet's reviews

660fd8b chore(release): Update CHANGELOG

6 months ago

98961e9 ci: Use git source

6 months ago

builds.sr.ht status GitHub mirror

#Filmpolitiet API

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.

#Getting started

#Prerequisites

  1. Deno installed
  2. SQLite installed

#Usage

  1. Copy the .env.defaults, cp .env.defaults .env and update the variables accordingly.
  2. Create a database-file, eg. data.db and add the file-path in the .env.
  3. Start the project with deno task dev.

#Deploy to production

Every new semver tag results in a new release to production. Production is running on a Caddy-server on a 1984 Hosting VPS.

#Contributing

Anyone can contribute to Filmpolitiet API. Please refer to the contribution guidelines

Send patches to the mailing list, report bugs on the issue-tracker.

Made with Fresh