Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bloodielie/trip_counter


https://github.com/bloodielie/trip_counter

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Bot for controlling trips

## Install
```
clone this repo
pip install requirements.txt
```
## Usage
Create a .env file like .env.example file.
Run migrations:
```
alembic upgrade head
```

Start bot:
```
python -m bot
```

## Docker
Create .env, .env.postgres, .env.redis files like examples files.
```
docker-compose up
```

## Database structure
![database structure](db_image.png)