From 8a9a52551d475627568d3c84b14a6621dd286c51 Mon Sep 17 00:00:00 2001
From: Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com>
Date: Sat, 1 May 2021 22:29:50 +0200
Subject: Update README.md
---
README.md | 33 +++++++++++++++++++++++++++++----
1 file changed, 29 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 4dc379a..edffbf7 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,39 @@
# justice
Introduction:
-My first larger project, an application using Pyhon, Flask and SQLite to download open commercial register data from the Czech Ministry of Justice (justice.cz) and convert them into an sqlite3 database. The applicaton also contains a front-end component to search in the database by various properties.
+My first larger project, an application using Pyhon, Flask and SQLite to download open commercial register data from the Czech Ministry of Justice (justice.cz) and convert them into an sqlite3 database. The applicaton also contains a front-end component to search in the database by various properties. The main goal of the application is to provide users with more advanced search options compared to the official search at the Ministry of Justice website.
Installation:
Running the application:
Firstly, you need to download the open data from the Ministry of Justice and build the database. Run "python justice_build.py", which will download all the source files, create an SQLite database and parse the downloaded data into the database. Note that after the downloaded data are uncompressed, they are around 13 GB and the database file has around 3.6 GB. It takes approximately 1 hour to download the data and build the database.
-Once the database is built, run "python main.py".
+Once the database is built, run "python main.py" and open http://127.0.0.1:5000 You will be greeted with a search form that is described below.
-Features:
+Features:
+Search by company properties:
+You will be greeted with the following search form.
+
+![image](https://user-images.githubusercontent.com/46304018/116794252-e90da280-aacb-11eb-92aa-93cb300c2043.png)
+
+The form allows you to search by the following properties:
+
+
+
+
+
+ Court register section (oddíl)
+ Court register file No. (vložka)
+
+
+
+
+
+
+Search by natural persons:
+
+Search by natural persons:
+
+Trivia:
+
+Known issues:
-Known issues:
--
cgit