... | ... | @@ -48,8 +48,12 @@ The same endpoint must additionally send an email with the same information to t |
|
|
## Bonus features
|
|
|
The following features are optional to implement, but if you do, you'll be ranked higher in our evaluation process.
|
|
|
|
|
|
- Add unit tests for the bot and the main app.
|
|
|
- Add unit tests for the endpoints.
|
|
|
- Use RabbitMQ to send the email asynchronously.
|
|
|
- Use JWT instead of basic authentication for endpoints.
|
|
|
- Containerize the app.
|
|
|
|
|
|
## Considerations
|
|
|
- Focus only on the backend. We will not review any frontend functionality for this project.
|
|
|
- Provide any and all information our evaluators may need. Use seeders instead of SQL dumps if we need any predetermined database information.
|
|
|
- Provide a detailed Readme with instructions on how to install, use, etc. |
|
|
\ No newline at end of file |