Salat is a chat interface built using Flask, a lightweight WSGI web application framework in Python.
- Simple chat interface
- Responsive web design
- Docker installed on your machine
-
Clone the repository:
git clone https://github.com/svXaverius/Salat.git cd Salat
-
Build and run the Docker container:
docker build -t salat-app . docker run -p 5000:5000 salat-app
-
Open your browser and navigate to
http://localhost:5000
to access the chat interface.
static/
: Static files (CSS, JavaScript, images)templates/
: HTML templatesanswergen.py
: Script for generating answersapp.py
: Main application fileindex.html
: Main HTML filerequirements.txt
: Project dependencies
This project is licensed under the MIT License.
- Flask
- Docker