20 lines
515 B
Markdown
20 lines
515 B
Markdown
# 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 assembleRelease` or
|
|
click Run inside Android Studio to build the project.
|
|
|