summaryrefslogtreecommitdiff
path: root/dichroism/src/main.rs
Commit message (Expand)AuthorAge
* feat: reset button read config start db pool and launch axum serverssrAdam T. Carpenter2022-05-02
* basic photo upload working completelyAdam T. Carpenter2020-11-04
* All basic functionality implemented.Adam T. Carpenter2020-10-31
* moved entities under repo; photos now hold onto just the filenameAdam T. Carpenter2020-10-23
* Added product migration, better organization of DTOs, Entities, andAdam T. Carpenter2020-10-22
* back to basics -- working on the most-required functionality first, like hand...Adam T. Carpenter2020-10-20
* sorted out image repo, error handlingAdam T. Carpenter2020-10-07
* started work on schema, models, and reposAdam T. Carpenter2020-10-05
* moved handlers into separate module, started configAdam T. Carpenter2020-10-03
* broke out functions, wrote more tests, added test dataAdam T. Carpenter2020-10-03
* added test for converting image uri to files, updated debug scriptAdam T. Carpenter2020-10-03
* restored debug script, successfully getting image from URI into fileAdam T. Carpenter2020-10-03
* started data uri parsing with dichroismAdam T. Carpenter2020-10-03
* updated mainAdam Carpenter2020-05-17
* updated debug scriptAdam Carpenter2020-05-06
* updated debug script, moved backlog to DeckAdam Carpenter2020-05-05
* started actix-web rust project for apiAdam Carpenter2020-05-03
* initialized back-end projectAdam Carpenter2020-05-01