The api server used to track online controllers for VatNotif (https://vatnotif.kristn.co.uk/)
This api is free to use by anyone without any API key required.
Documentation for this api can be found at https://api.vatnotif.kristn.co.uk/docs
A MYSQL database is required, the prisma schema is defined prisma/schema.prisma.
Database connection string has to be added to a .env
file
- After cloning, install dependencies using NPM
$ npm i
- Generate the prisma client API using
$ npx prisma genrate
- Start the server
$ npx tsx src/index.ts
This project is released under the MIT License - see the LICENSE. file for details.
Contributions are welcome, feel free to fork the project and submit a PR. This project follows the Contributor Covenant Code of Conduct, by participating you are expected to follow it.
Thank you for your contributions!