Go to file
2025-05-16 11:58:26 +02:00
.idea made custom listview with mockdata 2025-04-25 15:22:53 +02:00
app Fix errors when amount is null 2025-05-16 11:15:42 +02:00
backend Add text to README 2025-05-16 11:58:26 +02:00
.gitignore SQLite added to gitignore 2025-04-29 13:56:31 +02:00
README.md Add text to README 2025-05-16 11:58:26 +02:00

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.