chore: Removed GitHub CI/CD and moved img folder to .github folder

This commit is contained in:
ITQ
2024-04-14 16:48:22 +03:00
parent 56cafd90c2
commit 0561a7dd59
11 changed files with 9 additions and 25 deletions
View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

Before

Width:  |  Height:  |  Size: 4.0 MiB

After

Width:  |  Height:  |  Size: 4.0 MiB

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Before

Width:  |  Height:  |  Size: 2.9 MiB

After

Width:  |  Height:  |  Size: 2.9 MiB

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

-16
View File
@@ -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
+9 -9
View File
@@ -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