Commit Graph

8 Commits

Author SHA1 Message Date
d653463f58 Moved around more code. Implemented more sqlc. Added support to generate swagger.
Added support for profiling. Removed the pkg module altogether.
Everything except old sync is now using code generated by sqlc.
2025-01-15 16:04:14 +01:00
5b640375c3 Reorganized the code, moved more things to the new part 2025-01-13 16:08:54 +01:00
034ba35fbb Replaced the gin framwwork with echo 2025-01-13 11:57:48 +01:00
a5f8e1b2ba Added search
Added a search page and fixed som error with migration
2024-12-26 14:55:47 +01:00
5ab19e16e5 Added a new sync that uses hash
Added a new sync that uses hash and sqlc for the queries. Added db
migration. Started adding a config file.
2024-12-19 12:11:20 +01:00
8fa93d580d Added concurrent sync, added search page. Other small changes 2024-10-04 20:19:40 +02:00
e5b4d2c3f3 Added real frontend
Made hostname global and easy to change in docker
2022-06-21 17:48:34 +02:00
f9d6c24a97 Changed routing framework from mux to Gin.
Swagger doc is now included in the application.
A fronted can now be hosted from the application.
2022-01-29 17:52:33 +01:00