Commit Graph

10 Commits

Author SHA1 Message Date
cb437f3bb6
switch to postgres db 2024-05-18 14:36:44 +02:00
35312f3c22
tiny fix
forgot to remove db. Now added a .gitignore rule
2024-05-17 01:03:02 +02:00
553fa63c89
some progress
can now receive files and place in system (very scary)
started trying to use sqlite db, since I cannot really use Julian's DB
2024-05-17 00:59:46 +02:00
2da80d470a
some progress
I am currently following a video guide
2024-04-14 20:52:06 +02:00
09d5828812
add faker
added faker to create fake video entries
also readded IndentedJSON, because it is more readable for now
2024-03-04 16:26:34 +01:00
6171344b65
small change
modify so it matches the actual project
2024-02-23 23:57:41 +01:00
a9e9a5d023
tiny performance increase
switched from IndendetJSON to JSON
this increases performance
2024-02-23 23:25:55 +01:00
c61affb36e
prevent overposting 2024-02-23 23:23:06 +01:00
1517fdaa09
initial draft
implements CRUD operations from the official go tutorial
https://go.dev/doc/tutorial/web-service-gin
2024-02-14 00:56:11 +01:00
236876445e
Initial commit 2024-02-14 00:50:06 +01:00