Commit Graph

13 Commits

Author SHA1 Message Date
8ca399167e Multiline string fix 2023-03-18 10:29:44 +01:00
5c17efd594 Moved cookie secret to env file 2023-03-14 17:36:51 +01:00
1bde9f1fb0 Removed unecessary code 2023-03-13 20:21:39 +01:00
92abec5fb3 Repaired /quiz-results bug and removed unnecessary code 2023-03-13 19:31:17 +01:00
764af4a93c Added limit of scores stored in the user's session (hardcoded 10) 2023-03-12 14:33:23 +01:00
e3b918550d Added missing table to create SQL script 2023-02-28 23:55:05 +01:00
f504d2d7db Created media directory and hosting it as static 2023-02-28 19:54:33 +01:00
e9ad514166 Changed the way app is run
Now Express serves React client/build directory as static files.
All unmatched requests are answered with index.html file.
2023-02-28 19:18:48 +01:00
89e4492a63 Now loading sensitive data from .env file 2023-02-27 16:43:25 +01:00
847513ebdd Changed the way osp units can be searched
Now parameter name is not locality-prefix, but locality.
Provided string is searched at any place of OSP name or locality, not only at the beginning.
2023-02-27 16:13:56 +01:00
75e6eb484f Fixed typo in SCSS file name 2023-02-26 17:16:26 +01:00
8f45411981 Changed port of backend to 3001 2023-02-26 16:40:05 +01:00
cf0b7bfbae Initial version of backend 2023-02-26 16:22:32 +01:00