Skip to content

Commit 88a186a

Browse files
committed
modify README.md
1 parent 413a80b commit 88a186a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,26 @@ ___
2020

2121
- Fastapi (Python)
2222
- Spring boot (Java)
23+
- Gradle
2324
- Postgresql
25+
- Flyway
2426
- Docker
27+
- Geonames
2528

2629
### Installation
2730

2831
1. Create a Telegram bot using [BotFather](https://t.me/BotFather).
32+
2. Create Geonames account [here](https://www.geonames.org/export/web-services.html).
2933

30-
2. Create an .env file:
34+
3. Create an .env file:
3135
```dotenv
3236
API_KEY=YOUR_RANDOM_API_KEY
3337
API_URL=http://localhost:8000
3438
API_DOCKER_URL=http://flightradar-api:8000
3539
40+
GEONAMES_URL=http://api.geonames.org/searchJSON
41+
GEONAMES_USERNAME=YOUR_GEONAMES_USERNAME
42+
3643
BOT_NAME=YOUR_BOT_NAME
3744
BOT_TOKEN=YOUR_TOKEN
3845
@@ -46,7 +53,7 @@ ___
4653
MAIL_PASSWORD=YOUR_BOT_EMAIL_PASSWORD
4754
```
4855
49-
3. Run the application in Docker:
56+
4. Run the application in Docker:
5057
```
5158
docker-compose up --build -d
5259
```

0 commit comments

Comments
 (0)