Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloodielie/trip_counter
https://github.com/bloodielie/trip_counter
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bloodielie/trip_counter
- Owner: Bloodielie
- License: mit
- Created: 2021-09-19T19:17:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T12:27:59.000Z (about 3 years ago)
- Last Synced: 2024-11-09T02:50:14.033Z (2 months ago)
- Language: Python
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)