Dosbodoke / chooselife

An open source mobile app made for Highliners
0 stars 0 forks source link

User can add a new marker | Backend created #18

Closed Dosbodoke closed 1 year ago

Dosbodoke commented 1 year ago

Created a tRPC API to enable users to create a Highline and store it in a database

How to test if it works

Start all services and create a new Highline on the mobile app, if it's storing and showing after reloading, it works.

The feature of caching and showing the last two visited Highline gave me a lot of headaches. I think it deserves a better testing