Carloslb17 / python_projects

0 stars 0 forks source link

Project 1 - Create organization #3

Open Carloslb17 opened 1 month ago

Carloslb17 commented 1 month ago

See example below:

iot-sensor-app/ │ ├── README.md # Project overview and instructions ├── LICENSE # License information ├── requirements.txt # Python dependencies ├── .gitignore # Ignored files and directories ├── config/ # Configuration files │ ├── config.py # Main configuration file │ └── env.example # Example environment file ├── src/ # Source code for the application │ ├── init.py # Package initializer │ ├── main.py # Entry point for the application │ ├── database.py # Database management (e.g., schema, connection) │ ├── data_fetcher.py # Class/module to fetch data from the IoT API │ └── models/ # Data models (e.g., ORM classes, data structures) │ └── sensor_data.py # Data model for sensor data ├── tests/ # Unit and integration tests │ ├── init.py │ ├── test_database.py # Tests for database interactions │ ├── test_data_fetcher.py# Tests for data fetching │ └── test_main.py # Tests for the main application logic ├── scripts/ # Auxiliary scripts (e.g., setup, deployment) │ └── setup_database.py # Script to initialize the database ├── docker/ # Docker-related files │ ├── Dockerfile # Dockerfile for containerizing the app │ └── docker-compose.yml # Docker Compose file for multi-container setup └── .github/ # GitHub Actions for CI/CD └── workflows/ └── ci.yml # CI pipeline configuration

Gauravi-2 commented 1 week ago

can u plz tell what's the issue i may help u @Carloslb17

Carloslb17 commented 1 week ago

can u plz tell what's the issue i may help u @Carloslb17

Hey! I created this project to basically to learn how to structure code profesionally alike combined with issues as well. That is my idea :)

Then i thought of some mini projects to develop.

Gauravi-2 commented 1 week ago

okay @Carloslb17 if u have any issue u can assign me