2024-03-29 23:45:33 -04:00
|
|
|
# Technical Write Up
|
|
|
|
|
|
|
|
## Routes
|
|
|
|
|
|
|
|
- `health_check`: returns a HTTP code 200 if the server is up and running. Response body is empty.
|
2024-04-22 17:00:55 -04:00
|
|
|
- `subscribe` returns a HTTP code 200 if the user successfully subscribed to our email newsletter service. 400 if data is missing or invalid.
|
2024-03-29 23:45:33 -04:00
|
|
|
|
2024-05-04 11:34:20 -04:00
|
|
|
## Other topics
|
2024-03-29 23:45:33 -04:00
|
|
|
|
2024-05-04 11:34:20 -04:00
|
|
|
- [Database (PostgreSQL)](./database.md)
|
|
|
|
- [Testing](./technical_write_up.md)
|
|
|
|
- [Actic-web](./actix_web.md)
|
|
|
|
- [tokio](./tokio.md)
|