From 0d27c89d8ad5c60ddf7e17ba9b06d227088bff16 Mon Sep 17 00:00:00 2001 From: Amandeep Singh Date: Wed, 22 Feb 2023 01:09:34 +0530 Subject: [PATCH 1/5] new --- index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..0a550be --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ +

+WELCOME TO THE WEBSITE

+ +

this is a work in progress so yea

+

Anyways

+

In 01-Task, you can find I wrote a basic CRUD API with the help of
+GIN-Gonic , GORM , godotenv, and CompileDaemon framework. +
+I learned all that in a day and wrote the code. Can Again write it in front
+in just 30 minutes
+Used Postman and POPsql to send the requests to the pages and all works
+fine, as for the DataBase I used Elephant SQL

+

+

In task-2, downloaded a random CSV file from the internet and Parsed and printed it
+in a formatted way

\ No newline at end of file From a6153b2237b05082b6e24627cc224909a34cc8f4 Mon Sep 17 00:00:00 2001 From: Amandeep Singh Date: Wed, 22 Feb 2023 01:12:17 +0530 Subject: [PATCH 2/5] nice --- index.html => docs/index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename index.html => docs/index.html (100%) diff --git a/index.html b/docs/index.html similarity index 100% rename from index.html rename to docs/index.html From 1ed17362cd5e6743ee20e558b4ea0c3e7f3b1a63 Mon Sep 17 00:00:00 2001 From: Amandeep Singh Date: Wed, 22 Feb 2023 01:23:09 +0530 Subject: [PATCH 3/5] added link --- docs/index.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 0a550be..952b255 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,18 @@ + + + + Assignment + +

+ WELCOME TO THE WEBSITE

+

WELCOME TO THE WEBSITE

- +

this is a work in progress so yea

Anyways

In 01-Task, you can find I wrote a basic CRUD API with the help of
@@ -32,4 +31,5 @@

In 01-Task, you can find I wrote a basic CRUD API with the help of

In task-2, downloaded a random CSV file from the internet and Parsed and printed it
in a formatted way

You can find the assignment here

+ \ No newline at end of file From 11a1326997f31da24946f561f187da2ba55f8fa7 Mon Sep 17 00:00:00 2001 From: Amandeep Singh Date: Tue, 14 Mar 2023 23:24:33 +0530 Subject: [PATCH 5/5] sad --- 01-Task/controllers/movieController.go | 4 ++-- 01-Task/immigrant/main.go | 4 ++-- 01-Task/main.go | 4 ++-- docs/index.html | 3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/01-Task/controllers/movieController.go b/01-Task/controllers/movieController.go index 0245895..4cfa808 100644 --- a/01-Task/controllers/movieController.go +++ b/01-Task/controllers/movieController.go @@ -3,8 +3,8 @@ package controllers import ( "log" - "github.com/arakyn/Assignment/01-Task/Inits" - "github.com/arakyn/Assignment/01-Task/structures" + "github.com/Arakyn/Assignment/01-Task/Inits" + "github.com/Arakyn/Assignment/01-Task/structures" "github.com/gin-gonic/gin" ) diff --git a/01-Task/immigrant/main.go b/01-Task/immigrant/main.go index d29d15e..340ac39 100644 --- a/01-Task/immigrant/main.go +++ b/01-Task/immigrant/main.go @@ -1,8 +1,8 @@ package main import ( - "github.com/arakyn/Assignment/01-Task/Inits" - "github.com/arakyn/Assignment/01-Task/structures" + "github.com/Arakyn/Assignment/01-Task/Inits" + "github.com/Arakyn/Assignment/01-Task/structures" ) func init() { diff --git a/01-Task/main.go b/01-Task/main.go index 566d1ae..7e38427 100644 --- a/01-Task/main.go +++ b/01-Task/main.go @@ -1,8 +1,8 @@ package main import ( - "github.com/arakyn/Assignment/01-Task/Inits" - "github.com/arakyn/Assignment/01-Task/controllers" + "github.com/Arakyn/Assignment/01-Task/Inits" + "github.com/Arakyn/Assignment/01-Task/controllers" "github.com/gin-gonic/gin" ) diff --git a/docs/index.html b/docs/index.html index c607d65..d01c69e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -30,6 +30,7 @@

In 01-Task, you can find I wrote a basic CRUD API with the help of


In task-2, downloaded a random CSV file from the internet and Parsed and printed it
in a formatted way

-

You can find the assignment here

+

You can find the assignment here

+[Link for the page](https://github.com/Arakyn/Assignment) \ No newline at end of file