PL: W momencie w którym dodawana jest oferta należy wypełnić wiele pól. Może dałoby się jakoś usprawnić ten proces?
EN: When adding an offer, many fields need to be filled in. Perhaps this process could be streamlined?
- Clone the repository and navigate to the project directory
git clone [repo]
cd [repo]- Install the project
just install- Run the microservice
just run├── Justfile <- Justfile with convenience commands
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
│
├── docs <- Documentation for the project.
|
├── logs <- Generated logs.
│
├── models <- Trained and serialized models, model predictions, or model summaries.
│
├── notebooks <- Jupyter notebooks.
│
├── requirements.txt <- The requirements file for reproducing the analysis environment.
│
├── setup.cfg <- Pip project configuration file.
│
└── nocarz <- Source code for use in this project.
│
├── __init__.py <- Makes nocarz a Python module.
├── api <- API endpoints for the microservice.
├── src <- Source code for the project.
├── config.py <- Configuration file for the project.