Welcome to the Northamptonshire Dev Club API. Your contributions are welcome! The only prerequisite for this project to run locally is Node.js. It is hosted on Cloudflare. There is a continuous deployment set up against the main branch.
git clone https://github.com/nn1-dev/api.git
cd api
npm install
npm run devnpm run gen- regenerate types based on the Cloudflare bindings and envnpm run check- check if you have permission to resources configured in the wrangler.jsonc filenpm run dev- run project locallynpm run seed:prod- run migrations on the prod dbnpm run seed:dev- run migrations on the dev db