https://github.com/dapper91/stocks-app
"Tochka Bank" test task
https://github.com/dapper91/stocks-app
docker flask python3 sql sqlalchemy webapp
Last synced: 11 months ago
JSON representation
"Tochka Bank" test task
- Host: GitHub
- URL: https://github.com/dapper91/stocks-app
- Owner: dapper91
- License: unlicense
- Created: 2019-03-25T08:03:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T21:17:57.000Z (almost 7 years ago)
- Last Synced: 2025-02-03T21:45:46.107Z (about 1 year ago)
- Topics: docker, flask, python3, sql, sqlalchemy, webapp
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stocks-app
* Build application containers:
```bash
docker-compose build
```
* Start application database:
```bash
docker-compose up -d db
```
* Start web applicaion:
```bash
docker-compose up app
```