The escape-room-lab
project is designed to assist with prepping. This project uses Docker to manage its environment and dependencies, ensuring consistency across different setups.
- Dockerfile: Contains the instructions to build the Docker image for the project.
- docker-compose.yml: Docker Compose file to define and run multi-container Docker applications.
- README.md: The main documentation file for the project.
- data/: Directory containing data files.
- data.csv
- data2.csv
- scripts/: Directory containing Python scripts for data manipulation.
- data_copy.py: Script to copy data csv files data_copy.py does.
- postgres_data_manipulation.py: Script for postgres_data_manipulation.py does.
-
Clone the repository:
git clone [repository URL] cd escape-room-lab
-
Build and run the Docker containers:
docker-compose up --build
Follow pdf
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.