Skip to content

mihailthebuilder/hackernewsalerts-backend

Repository files navigation

hackernewsalerts-backend

The backend services for hackernewsalerts.com. A web application that sends email notifications when someone replies to one of your comments or posts on Hacker News.

Link to the frontend.

Architecture

I run 2 Python Django services:

Both services use the same Postgres database backend, and are deployed with CapRover - see the captain-definition JSON files.

Commands

See Makefile

TODO

  • ALLOWED_HOSTS and CORS_ALLOWED_ORIGINS in prod should only allow for frontend prod

Notes

The scheduled worker sends email alerts to the admin user every time there's a failure. I sometimes get these alerts because of missing data, but the data usually becomes available after a couple of hours.

About

Django backend services for Hacker News email alerts application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published