diff --git a/img/ER.png b/.github/img/ER.png similarity index 100% rename from img/ER.png rename to .github/img/ER.png diff --git a/img/banner.png b/.github/img/banner.png similarity index 100% rename from img/banner.png rename to .github/img/banner.png diff --git a/img/gifs/GettingWeatherAndNearbySights.gif b/.github/img/gifs/GettingWeatherAndNearbySights.gif similarity index 100% rename from img/gifs/GettingWeatherAndNearbySights.gif rename to .github/img/gifs/GettingWeatherAndNearbySights.gif diff --git a/img/gifs/LocationCreationAndEditing.gif b/.github/img/gifs/LocationCreationAndEditing.gif similarity index 100% rename from img/gifs/LocationCreationAndEditing.gif rename to .github/img/gifs/LocationCreationAndEditing.gif diff --git a/img/gifs/NoteCreationAndEditing.gif b/.github/img/gifs/NoteCreationAndEditing.gif similarity index 100% rename from img/gifs/NoteCreationAndEditing.gif rename to .github/img/gifs/NoteCreationAndEditing.gif diff --git a/img/gifs/Profile.gif b/.github/img/gifs/Profile.gif similarity index 100% rename from img/gifs/Profile.gif rename to .github/img/gifs/Profile.gif diff --git a/img/gifs/Registration.gif b/.github/img/gifs/Registration.gif similarity index 100% rename from img/gifs/Registration.gif rename to .github/img/gifs/Registration.gif diff --git a/img/gifs/RoutePlanning.gif b/.github/img/gifs/RoutePlanning.gif similarity index 100% rename from img/gifs/RoutePlanning.gif rename to .github/img/gifs/RoutePlanning.gif diff --git a/img/gifs/TravelCreationAndEdit.gif b/.github/img/gifs/TravelCreationAndEdit.gif similarity index 100% rename from img/gifs/TravelCreationAndEdit.gif rename to .github/img/gifs/TravelCreationAndEdit.gif diff --git a/.github/workflows/build-and-run.yml b/.github/workflows/build-and-run.yml deleted file mode 100644 index f7902f9..0000000 --- a/.github/workflows/build-and-run.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Build and run -run-name: Run application via docker compose -on: [push] -jobs: - docker-compose: - runs-on: ubuntu-latest - timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT) }} - steps: - - uses: actions/checkout@v4 - - name: Build docker images - run: docker compose build - shell: bash - - name: Run application via docker compose - run: docker compose up - shell: bash - continue-on-error: true diff --git a/README.md b/README.md index 6e3775b..8ced514 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![banner](/img/banner.png) +![banner](/.github/img/banner.png) # ✈️ Travel agent bot @@ -8,7 +8,7 @@ This bot will help you organise and plan your travels. ## ER Diagram -![ER Diagram](/img/ER.png) +![ER Diagram](/.github/img/ER.png) [live preview](https://dbdiagram.io/d/Travel-agent-65f5a7c0ae072629ce2bd716) @@ -74,7 +74,7 @@ API to easily get current weather in specified location. ### Registration -![Registration](/img/gifs/Registration.gif) +![Registration](/.github/img/gifs/Registration.gif) The first step is, of cource, registration. User needs to fill in some information about himself before using the bot: @@ -89,13 +89,13 @@ The first step is, of cource, registration. User needs to fill in some informati ### Profile -![Profile](/img/gifs/Profile.gif) +![Profile](/.github/img/gifs/Profile.gif) User can edit and view it's profile anytime. ### Travels creation and editing -![TravelCreationAndEdit](/img/gifs/TravelCreationAndEdit.gif) +![TravelCreationAndEdit](/.github/img/gifs/TravelCreationAndEdit.gif) User can create, view, edit and delete travel: @@ -106,7 +106,7 @@ User can create, view, edit and delete travel: ### Locations creation and editing -![LocationCreationAndEditing](/img/gifs/LocationCreationAndEditing.gif) +![LocationCreationAndEditing](/.github/img/gifs/LocationCreationAndEditing.gif) User can create and delete locations @@ -118,19 +118,19 @@ User can create and delete locations ### Planning routes -![RoutePlanning](/img/gifs/RoutePlanning.gif) +![RoutePlanning](/.github/img/gifs/RoutePlanning.gif) User can plan routes between locations he specified ### Notes creation and editing -![NoteCreationAndEditing](/img/gifs/NoteCreationAndEditing.gif) +![NoteCreationAndEditing](/.github/img/gifs/NoteCreationAndEditing.gif) User can create note(it could be file or photo) and edit it ### Getting nearby sights and weather of location -![GettingWeatherAndNearbySights](/img/gifs/GettingWeatherAndNearbySights.gif) +![GettingWeatherAndNearbySights](/.github/img/gifs/GettingWeatherAndNearbySights.gif) User can get location nearby sights(in 2 km radius) and get detailed description of sight. Alsoo user can get current weather in location