sklep-internetowy-systemy-d.../README.md

42 lines
679 B
Markdown
Raw Normal View History

2024-05-07 21:49:10 +02:00
# Systemy dialogowe — sklep internetowy
2024-05-07 21:40:14 +02:00
## Requirements
Docker version 20.\*+
## Installation
Make sure that you Docker is running now.
`docker build -t chatbot .`
2024-05-07 21:49:10 +02:00
There is always possibility to run it without Docker.
2024-05-07 21:40:14 +02:00
List of the required library we can find inside:
`requirements.txt`
or by:
`pip install requirements.txt`
## Development and usage
We can run script
`sh run.sh`
or
`docker run -it --rm -p 8888:8888 chatbot`
On both cases we are mapping our src directory to workdir inside Docker to always run the newest code.
## Contributors
| Team member |
|----------------|
| Mikołaj Gawron |
2024-05-07 21:55:58 +02:00
| - |
| - |
| - |