Commit ba975a9b authored by Daniel Schäfer's avatar Daniel Schäfer

README file

parent 73ad11dd
Install requirements
```
pip install -r requirements.txt
```
Run containers
```
docker-compose up
docker exec -it mario_db_1 bash
mysql db --password
```
Stop container and remove data
```
docker-compose down -v
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment