Commit Graph

48 Commits

Author SHA1 Message Date
Stachu
0addbf9765 fix bug with boxes (width,bottom) 2023-03-13 23:12:16 +01:00
Stachu
53c923581b Merge branch 'main' of https://github.com/Skrytka-App/Skrytka.App 2023-03-12 20:40:46 +01:00
Stachu
ded9b9d13f delete translate, and temp rediect to hp 2023-03-12 20:39:24 +01:00
originalmk
2a453aff85
Made additional notes to installation instructions 2023-03-12 15:21:26 +01:00
originalmk
ecb213148e
Make README look nicer 2023-03-12 15:08:35 +01:00
65154e6c49 Added small skrytka logo 2023-03-12 15:00:44 +01:00
764af4a93c Added limit of scores stored in the user's session (hardcoded 10) 2023-03-12 14:33:23 +01:00
Stachu
13826f7360 fix problem with question 2023-03-12 00:24:44 +01:00
originalmk
5eaed86241
Implementation of API calls
Implementation of API calls on the client side (React).
2023-03-11 23:21:43 +01:00
6f56e83d27 Removed unnecessary or wrong changes 2023-03-11 23:10:13 +01:00
Stachu
304ad0eaf3 fix env 2023-03-11 21:18:50 +01:00
Stachu
0afae489b3 fix react-scripts 2023-03-11 21:06:22 +01:00
Stachu
8eb01c8487 Make call API 2 2023-03-11 20:54:08 +01:00
Stachu
299f41ef8d Make call from the API 2023-03-06 21:58:29 +01:00
8828481ac3 Repaired fire_truck image_path constraint 2023-03-02 19:23:39 +01:00
Stachu
f5dff0ffae fetch osp units and information image and name 2023-03-02 01:23:01 +01:00
Stachu
2e6ffc078e fetch osp units and img,info, and name of truck 2023-03-02 01:17:40 +01:00
Stachu
ccce6d7095 fetch osp_units and osp information about truck 2023-03-02 01:08:34 +01:00
Jan Iłowski
bb77a76b52 Improve FirstFooter scaling 2023-03-01 21:31:20 +01:00
Jan Iłowski
cb6c955e23 Improve scaling on smaller devices 2023-03-01 21:27:47 +01:00
Jan Iłowski
238d028a74 Improve logo scaling 2023-03-01 21:13:03 +01:00
Jan Iłowski
a51e4d47b0 Update firstFooter CSS 2023-03-01 20:57:48 +01:00
Jan Iłowski
1d502e235c Update FooterSecondSite with new license and mail info 2023-03-01 20:57:22 +01:00
Jan Iłowski
1c7cafe976 Replace blank links with a real 'mailto:' link in the firstFooter 2023-03-01 20:49:08 +01:00
Jan Iłowski
3f8f83c305 Remove trailing whitespace 2023-03-01 20:48:22 +01:00
Jan Iłowski
ca57cebc74 Change license information in the first footer 2023-03-01 20:47:04 +01:00
Jan Iłowski
0dafde41c0 Add a fallback font 2023-03-01 20:09:47 +01:00
cb46fbd289 Set encoding before doing queries 2023-03-01 18:30:34 +01:00
e8cc4e29d7 Dropping tables at the beginning of script
Dropping done before each CREATE TABLE may have resulted in dropping newly created tables
2023-03-01 18:06:47 +01:00
e3b918550d Added missing table to create SQL script 2023-02-28 23:55:05 +01:00
7bba0ac404 Updated README instructions 2023-02-28 20:11:59 +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
16825071b3 Added README.md 2023-02-27 16:56:13 +01:00
d3cb420018 Added example of how .env should look like 2023-02-27 16:55:58 +01:00
d92c4eb039 Removed .env from tracked files 2023-02-27 16:45:26 +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
Stachu
00ae400e0d test commit., delete unnecessary file. 2023-02-26 22:19:51 +01:00
0d4754b755 Fixed truck_side constraint 2023-02-26 18:03:44 +01:00
d2b0fb7ec2 Added SQL scripts which create database 2023-02-26 18:02:09 +01:00
Jan Iłowski
133768b6fe Replace photos with compressed and scaled-down versions 2023-02-26 17:56:15 +01:00
75e6eb484f Fixed typo in SCSS file name 2023-02-26 17:16:26 +01:00
ca7c2a9542 Added proxy to React client
It allows React to fetch data from Express backend (at localhost:3001).
2023-02-26 16:54:33 +01:00
Stachu
32cb76d18c Initial version of frontend 2023-02-26 16:49: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
janilowski
4e5e7008e5
Create LICENSE.txt 2023-02-26 15:51:02 +01:00