Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.08 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.08 KB

SMTP server Poelstra

What

This SMTP backend server waits for form submissions from the website huisartspoelstra.nl and emails the results to team Poelstra.

Built with

  • Deno 🦕
  • Typescript 🌱
  • Nginx 🏎️
  • Debian 🐧
  • PM2 ✨

Built by


For developers

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

Questions?

Ask team Floatplane!

[email protected]
www.floatplane.dev