Commit Graph

20 Commits

Author SHA1 Message Date
5bcccff63c feat(frontend): add index, login and register pages 2024-08-16 17:18:53 +02:00
a254d61221 fix(docker): add static content on docker image 2024-08-13 17:20:01 +02:00
6889377f07 feat(frontend): add 404 page and support for static pages 2024-08-12 17:30:00 +02:00
44f0b33fe5 feat(docker): add docker support with Dockerfile and docker-compose.yaml 2024-08-12 15:44:23 +02:00
fb2dd90181 feat(axum): serve scripts folder 2024-08-12 12:25:18 +02:00
26e666bae0 feat(api): add api for script management (list, create, rename, delete, fill with content) 2024-08-11 22:05:58 +02:00
aa6a48a09b feat(api): add api for updating username, email, password, and deleting account 2024-08-11 16:42:18 +02:00
9f63255599 feat: add api for changing username 2024-08-11 16:34:33 +02:00
dbb1dd452e feat: add api for registration and login 2024-08-11 15:50:29 +02:00
bac64f545f feat(db): close database after creating tables 2024-08-11 15:06:06 +02:00
c884eae54c feat: allow to use custom port with a .env file 2024-08-10 20:37:51 +02:00
7a33ada21e feat(axum): transform app to axum-based web application 2024-08-10 17:12:10 +02:00
a538882628 feat: implement database functions 2024-08-10 15:51:30 +02:00
b2b316457d feat: add function for creating a new account inside the database 2024-08-10 13:05:14 +02:00
8197df406a fix: make username and email unique 2024-08-10 12:14:55 +02:00
ac11a8ee5b fix: create tables only if they do not exist 2024-08-10 12:05:34 +02:00
9cf526456a fix: change Connection parameter to be passed by reference 2024-08-10 12:04:28 +02:00
eee01a4941 fix: remove points from expects 2024-08-10 12:02:21 +02:00
ba345f7f3e feat: add code for creating database 2024-08-09 17:51:08 +02:00
701b1d6e6b Initial commit 2024-08-09 17:04:42 +02:00