Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<h1 style="text-align: center;">
WELCOME TO THE WEBSITE</h1>
<style>
body{
font-family: Arial, Helvetica, sans-serif;
}
</style>
<h2>this is a work in progress so yea</h2>
<h2>Anyways</h2>
<h2>In 01-Task, you can find I wrote a basic CRUD API with the help of <br>
GIN-Gonic , GORM , godotenv, and CompileDaemon framework.
<br>
I learned all that in a day and wrote the code. Can Again write it in front <br>
in just 30 minutes <br>
Used Postman and POPsql to send the requests to the pages and all works <br>
fine, as for the DataBase I used Elephant SQL </h2>
<br><br>
<h2>In task-2, downloaded a random CSV file from the internet and Parsed and printed it<br>
in a formatted way </h2>