Commit graph

21 commits

Author SHA1 Message Date
b4eae5b0b3 Shows/controller: return show ID on creation 2025-01-30 12:08:02 +01:00
adf315a187 Rework CORS 2025-01-30 11:44:53 +01:00
0d7ce28743 Shows: update schema and dto 2025-01-30 11:02:18 +01:00
6cd5e3188f Add env validation 2025-01-30 10:45:55 +01:00
43898b3b95 Only enable CORS on production 2025-01-30 10:45:55 +01:00
c25a6be9f4 Add NODE_ENV variables to production packages/scripts 2025-01-30 10:45:32 +01:00
0bfc6c480f Enable CORS 2025-01-28 11:13:35 +01:00
9b622cb94b Gitignore: add nix and direnv entries 2025-01-26 19:13:19 +01:00
be97a926ce Flake: add package 2025-01-26 19:09:49 +01:00
9e481f20da Add nix flake 2025-01-26 19:09:18 +01:00
82e1a6258f Shows: complete controller 2025-01-24 10:17:42 +01:00
66778f9944 Shows/service: rename find function to search 2025-01-24 10:16:06 +01:00
00d57b4feb Shows: complete service 2025-01-23 10:34:29 +01:00
f0cf48fc87 Shows: complete schema 2025-01-23 10:01:47 +01:00
f90ef12490 Shows: fill in dto and entity 2025-01-22 17:48:14 +01:00
4a13b2a50e Shows: configure mongoose schema 2025-01-22 17:36:58 +01:00
916d3fd6ba Add show crud
Basically the result of running nest g resource shows --no-spec
I did add the schema manually, and removed the update dto
2025-01-21 21:22:31 +01:00
f9c337239f App: import mongoose and nestjs/config 2025-01-21 20:29:41 +01:00
295ff2b8c7 Add @nestjs/mongoose and @nestjs/config packages 2025-01-21 20:20:53 +01:00
28cf2b0740 Add direnv config file 2025-01-21 19:00:40 +01:00
de791e0cc0 Init repo 2025-01-21 18:53:32 +01:00