diff --git a/.idea/a3.iml b/.idea/a3.iml new file mode 100644 index 0000000..87b4d33 --- /dev/null +++ b/.idea/a3.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..d56657a --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..acfcb61 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..f514f13 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 1706989328548 + + + + \ No newline at end of file diff --git a/README.MD b/README.MD index 4232c66..0a739ac 100644 --- a/README.MD +++ b/README.MD @@ -25,6 +25,9 @@ Must have [Nim](https://nim-lang.org) version 2.0.2 or higher installed. - [times](https://nim-lang.org/docs/times.html) - [nimja](https://github.com/enthus1ast/nimja) +## Setup + +### Setup Database Firstly you need to create the database using the following command ``` nim c -r src/a3c/database_up.nim