Commit Graph

70 Commits

Author SHA1 Message Date
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