summaryrefslogtreecommitdiffstats
path: root/service-person
AgeCommit message (Expand)Author
2021-10-24Add build setup for service-personMatthias Beyer
2021-10-24Import lockfileMatthias Beyer
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-24Remove "Age" and "Name" types as these are stored as columnsMatthias Beyer
2021-10-24model: Types do not need to be DeserializeMatthias Beyer
2021-10-24model: Person: Add getter for addressMatthias Beyer
2021-10-24model: person: Add database interfacing codeMatthias Beyer
2021-10-24model: Address: Add gettersMatthias Beyer
2021-10-24model: address: Add database interfacing codeMatthias Beyer
2021-10-24model: Make struct identifyableMatthias Beyer
2021-10-24model: Make ids module readableMatthias Beyer
2021-10-24model: streets: Add database interfacing codeMatthias Beyer
2021-10-24model: countries: Add database interfacing codeMatthias Beyer
2021-10-24model: city: Add database interfacing codeMatthias Beyer
2021-10-24Import getset for getter generationMatthias 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-24Setup diesel for database backend implementationMatthias Beyer
2021-10-24Move "model" types to model.rsMatthias Beyer
2021-10-24Add service for creating a Person objectMatthias Beyer