TheBrothersCode / warn-me

Academic project for polish weather alerts
0 stars 0 forks source link

Persist twitter alerts in database #21

Open amasnik opened 3 years ago

amasnik commented 3 years ago

Persist alerst in mysql database

Switch in-memory implementation with real mysql database.

Acceptance Criteria:

** Tests should be written with testcontainers implementation (https://www.testcontainers.org/) This will help to run them in CI github actions.