This SMTP backend server waits for form submissions from the website huisartspoelstra.nl and emails the results to team Poelstra.
- Deno 🦕
- Typescript 🌱
- Nginx 🏎️
- Debian 🐧
- PM2 ✨
Development is done on the development
Git branch.
Commits pushed to the production
branch are deployed automatically with Github Actions.
To run the development server:
deno run --allow-env --allow-read --allow-net --allow-run=git --unstable app/start-server.ts
To run the Deno linter:
deno lint
To daemonise the Deno server in production, use PM2:
pm2 start
Ask team Floatplane!