chore: Removed GitHub CI/CD and moved img folder to .github folder
|
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 |
@@ -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
|
||||
@@ -1,4 +1,4 @@
|
||||

|
||||

|
||||
|
||||
# ✈️ Travel agent bot
|
||||
|
||||
@@ -8,7 +8,7 @@ This bot will help you organise and plan your travels.
|
||||
|
||||
## ER Diagram
|
||||
|
||||

|
||||

|
||||
|
||||
[live preview](https://dbdiagram.io/d/Travel-agent-65f5a7c0ae072629ce2bd716)
|
||||
|
||||
@@ -74,7 +74,7 @@ API to easily get current weather in specified location.
|
||||
|
||||
### Registration
|
||||
|
||||

|
||||

|
||||
|
||||
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
|
||||
|
||||

|
||||

|
||||
|
||||
User can edit and view it's profile anytime.
|
||||
|
||||
### Travels creation and editing
|
||||
|
||||

|
||||

|
||||
|
||||
User can create, view, edit and delete travel:
|
||||
|
||||
@@ -106,7 +106,7 @@ User can create, view, edit and delete travel:
|
||||
|
||||
### Locations creation and editing
|
||||
|
||||

|
||||

|
||||
|
||||
User can create and delete locations
|
||||
|
||||
@@ -118,19 +118,19 @@ User can create and delete locations
|
||||
|
||||
### Planning routes
|
||||
|
||||

|
||||

|
||||
|
||||
User can plan routes between locations he specified
|
||||
|
||||
### Notes creation and editing
|
||||
|
||||

|
||||

|
||||
|
||||
User can create note(it could be file or photo) and edit it
|
||||
|
||||
### Getting nearby sights and weather of location
|
||||
|
||||

|
||||

|
||||
|
||||
User can get location nearby sights(in 2 km radius) and get detailed description of sight.
|
||||
Alsoo user can get current weather in location
|
||||
|
||||