A comprehensive project management application built with Streamlit.
- Docker
- Docker Compose
-
Clone this repository:
git clone https://github.com/yourusername/projectforge.git cd projectforge
-
Build and start the Docker container:
docker-compose up -d
-
Access the application in your browser:
http://localhost:8501
The application data is stored in a SQLite database file in the ./data
directory, which is mounted as a volume in the Docker container. This ensures that your data persists even if the container is stopped or removed.