summaryrefslogtreecommitdiffstats
path: root/service-person/src/main.rs
AgeCommit message (Expand)Author
2021-10-24Add implementation for fetching a personMatthias Beyer
2021-10-24Outsource API type definitions to library crateMatthias Beyer
2021-10-24Make person_create endpoint return person idMatthias Beyer
2021-10-24Implement create_person api endpointMatthias Beyer
2021-10-24Fix: Raise error if one happenesMatthias Beyer
2021-10-24Move DB utilities to db moduleMatthias Beyer
2021-10-24Import schema moduleMatthias Beyer
2021-10-24Split model definition into multiple modulesMatthias Beyer
2021-10-24Pass DbPool to handler fnMatthias Beyer
2021-10-24Run migrations on service startupMatthias Beyer
2021-10-24Add establishing of database connectionMatthias Beyer
2021-10-24Move "model" types to model.rsMatthias Beyer
2021-10-24Add service for creating a Person objectMatthias Beyer