35 Commits

Author SHA1 Message Date
3d6f50399c Updated requirements - missing bcrypt and redis 2024-03-11 08:19:59 +01:00
56bc0f2d69 Added README 2024-03-10 23:16:30 +01:00
2a2783fd09 Added simple code documentation 2024-03-10 23:10:41 +01:00
afc9db32e4 Use try ... with statements everywhere 2024-03-10 22:58:04 +01:00
031ed358f1 Use correct HTTP error codes 2024-03-10 22:48:25 +01:00
105bbd3e96 Product creation 2024-03-10 22:47:42 +01:00
f3f1652890 Update DB to allow creating image-less products 2024-03-10 22:47:23 +01:00
2eae36e8fd Initial work on mail sending 2024-03-10 21:41:48 +01:00
bc0dae4f97 Added mail as dependency 2024-03-10 21:22:00 +01:00
fb4f91a1d6 Update for product fetching 2024-03-10 21:19:34 +01:00
caa8b76c88 Mistake in error message 2024-03-10 17:11:53 +01:00
2694701337 Added product fetching and pages 2024-03-10 17:11:26 +01:00
78aa03b2fb More RESTful name 2024-03-10 17:11:14 +01:00
e6ed37ad5e Cart and purchase 2024-03-10 16:24:36 +01:00
ca8366d950 New triggers, increased decimal sizes, clean up 2024-03-10 16:24:29 +01:00
a6cb854dd8 Another word 2024-03-10 16:24:02 +01:00
fd43b3658e Grammar 2024-03-09 10:13:59 +01:00
a45efa6433 Inital work on better product fetching 2024-03-08 14:05:22 +01:00
a7a1ea72f1 Unify import style 2024-03-08 14:05:00 +01:00
e069dedcda Initial work on cart management 2024-03-08 14:04:40 +01:00
eb57a10bbe Slight looks change, nothing technical 2024-03-08 14:03:52 +01:00
1aca8888d2 No caps 2024-03-07 22:44:52 +01:00
633955d95f Add trigger to automatically calculate subtotal price of cart 2024-03-07 22:40:30 +01:00
11491a0e43 Update product code according to new database 2024-03-07 22:37:49 +01:00
50757a2832 Account for null when no more cart items are present 2024-03-07 22:37:28 +01:00
b818e56954 Updated user logic according to new database structure 2024-03-07 22:16:29 +01:00
c3ed81f706 Annoying spelling 2024-03-07 22:16:15 +01:00
65c60f338c Added sql structure for reference 2024-03-07 22:16:08 +01:00
80caa02d74 Added deletion of users. Prep for db update 2024-03-07 15:04:34 +01:00
0202a40228 Cleanup and documentation of user management code 2024-03-07 07:52:27 +01:00
63ef1179fc Fix redis checking for token invalidation 2024-03-07 07:51:58 +01:00
d0fd8a34f5 Disable reloader on code change 2024-03-07 07:51:28 +01:00
36e4afd98c Slight modifications of vscode files 2024-03-07 07:49:33 +01:00
39d69ee0ca Switched to dict for database access, Made progress on jwt revoking 2024-03-05 21:35:58 +01:00
b4ecbeaa37 Initial commit 2024-03-05 16:02:13 +01:00