easyeat/README.md
2025-05-16 11:58:26 +02:00

512 B

EasyEat

An android app for managing recipes and shopping lists

Setup

Backend

In the backend/API folder, copy appsettings.example.json into appsettings.json and fill out the values. Run dotnet run to start the server, it should automatically connect to the database and migrate.

Frontend

In the app folder, change the URLs inside gradle.properties to match those where the server is running and run ./gradlew buildRelease or click Run inside Android Studio to build the project.