diff --git a/README.md b/README.md index 11d43d3..aa618e4 100755 --- a/README.md +++ b/README.md @@ -16,30 +16,6 @@ Proyek ini adalah backend berbasis **FastAPI** yang menangani proses **pembacaan --- -## 🧱 Struktur Proyek - -``` -project-root/ -│ -├── core/ -│ ├── config.py # Konfigurasi environment & DB URL -│ └── utils/ # Fungsi tambahan (opsional) -│ -├── routes/ -│ └── upload_routes.py # Endpoint untuk upload & validasi -│ -├── services/ -│ └── pdf_service.py # Parser PDF -│ └── shapefile_service.py # Pembaca dan validator shapefile -│ -├── main.py # Entry point FastAPI -├── requirements.txt # Daftar dependensi -├── .env # File konfigurasi (DB_URL, schema, dll) -└── README.md # Dokumentasi proyek ini -``` - ---- - ## 🔧 Instalasi dan Setup ### 1️⃣ Clone Repository @@ -134,3 +110,5 @@ Atau gunakan **cURL / Postman** untuk pengujian manual. ## 📄 Lisensi Proyek ini dikembangkan untuk keperluan penelitian dan pengembangan internal. Lisensi dapat disesuaikan sesuai kebijakan lab atau institusi. + +--- \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 38eaee7..0f8ef5b 100755 --- a/requirements.txt +++ b/requirements.txt @@ -18,5 +18,4 @@ asyncpg psycopg2 python-multipart==0.0.22 pyarrow==21.0.0 -subprocess openpyxl \ No newline at end of file diff --git a/services/.DS_Store b/services/.DS_Store deleted file mode 100755 index 8e18b17..0000000 Binary files a/services/.DS_Store and /dev/null differ