Go to file
2023-10-03 20:41:35 +02:00
.idea 🎉 First commit with basic frontend ! 2023-10-02 02:45:41 +02:00
static 🐛 Add form to main structure 2023-10-03 20:41:15 +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 begin work for handle POST form 2023-10-02 20:33:13 +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 change(backend): serve static file from /static and serve index.html for / 2023-10-03 20:41:35 +02:00
utils.go begin work for handle POST form 2023-10-02 20:33:13 +02:00