Skip to content

Commit

Permalink
Remove console app (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
agile-jordi committed Jun 23, 2023
2 parents 0ff74fe + c790329 commit c0b1556
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 251 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export HEROKU_APP=agilogy-time-tracking
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks.withType<Jar> {
})
}
application {
mainClass.set("com.agilogy.timetracking.app.ConsoleAppKt")
mainClass.set("com.agilogy.timetracking.app.AppKt")
}

dependencies {
Expand All @@ -36,7 +36,6 @@ dependencies {
implementation(ktorServerNetty)
implementation(project(":db"))
implementation(project(":domain"))
implementation(project(":console"))
implementation(project(":postgresdb"))
implementation(project(":httpapi"))
implementation(suspendApp)
Expand Down
3 changes: 0 additions & 3 deletions components/console/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion docs/Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

- [x] The application is deployed in Heroku
- [x] The application is usable via an HTTP API in Json
- [ ] Remove the example console application
- [x] Remove the example console application
- [ ] The application runs the migrations on each deployment / start up

### Inform time entries
Expand Down

0 comments on commit c0b1556

Please sign in to comment.