From 42ed1044d67aa580b0cc516191b57c3100d3a79a Mon Sep 17 00:00:00 2001 From: Aritra Banik Date: Sun, 4 Feb 2024 01:13:31 +0530 Subject: [PATCH] 8th Commit --- .idea/a3.iml | 8 +++ .../inspectionProfiles/profiles_settings.xml | 6 +++ .idea/misc.xml | 4 ++ .idea/modules.xml | 8 +++ .idea/vcs.xml | 6 +++ .idea/workspace.xml | 53 +++++++++++++++++++ README.MD | 3 ++ 7 files changed, 88 insertions(+) create mode 100644 .idea/a3.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml 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