2023-12-05 20:00:05 -05:00
|
|
|
# ![UnderCover.Cafe](https://git.sagev.space/sage/undercover/raw/branch/main/logo.png)
|
2023-05-03 19:12:25 -04:00
|
|
|
|
2023-10-29 21:59:35 -04:00
|
|
|
https://undercover.sagev.space/ is a site designed to act as a simple interface for
|
|
|
|
generating templated cover letters.
|
2023-05-03 19:12:25 -04:00
|
|
|
|
|
|
|
The site is built on Flask, with a very simple VanillaJS frontend, and
|
|
|
|
leverages LaTeX for document generation. User data, including logins and stored
|
|
|
|
templates, is stored in postgres, with bcrypt-hashed credentials.
|
|
|
|
|
|
|
|
## Deployment
|
|
|
|
|
|
|
|
While not implemented as part of this repo, the site itself uses a pseudo
|
|
|
|
blue/green deployment system, with Testing and Production both running on one
|
|
|
|
server. A simple script toggles the proxy between pointing visitors to the blue
|
|
|
|
or the green instance.
|