https://github.com/mariocesar/pycon2019-workshop
https://github.com/mariocesar/pycon2019-workshop
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mariocesar/pycon2019-workshop
- Owner: mariocesar
- Created: 2019-09-13T22:50:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T02:36:56.000Z (over 5 years ago)
- Last Synced: 2025-01-01T09:42:13.016Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Do the following
```
docker-compose pull
docker-compose run --rm backend --shell
Starting workshop-intro_mongodb_1 ... done
===> Environment: development
===> Current dir: /app
===> Python version: Python 3.7.3
===> Run permissions check [OK]
===> Running: gosu app bash
app@app:/app$ pip install -r requirements.txt
app@app:/app$ python src/main.py
✅ You have aiohttp installed
✅ You have BeautifulSoup4 installed
✅ You can access mongodb
You are Awesome! 👏🏼
```