Go to file
2023-10-03 23:20:31 +02:00
.idea 🎉 First commit with basic frontend ! 2023-10-02 02:45:41 +02:00
static change(backend): use crypto/rand for secret 2023-10-03 23:20:31 +02:00
.gitignore add(backend): config management 2023-10-02 15:03:04 +02:00
config.go change(backend): serve static file from /static and serve index.html for / 2023-10-02 19:22:56 +02:00
db.go add(backend): inset data to db and check if path exist in db 2023-10-03 20:41:40 +02:00
go.mod change(backend): serve static file from /static and serve index.html for / 2023-10-02 19:22:56 +02:00
main.go add(backend): inset data to db and check if path exist in db 2023-10-03 20:41:40 +02:00
utils.go change(backend): use crypto/rand for secret 2023-10-03 23:20:31 +02:00