Commit Graph

204 Commits

Author SHA1 Message Date
111a9bf6c1 Create src/server.ts 2024-07-20 12:49:34 +02:00
efe5444127 Create route index.js 2024-07-20 12:49:24 +02:00
db2e7de422 Create validate.ts route 2024-07-20 12:49:16 +02:00
9309983047 Create project.ts route 2024-07-20 12:48:46 +02:00
aefa161371 Create permission.ts route 2024-07-20 12:48:34 +02:00
267037a640 Create meta.ts route 2024-07-20 12:48:28 +02:00
80c6c929c4 Create member.ts route 2024-07-20 12:48:23 +02:00
256a8ecb09 Create license.ts route 2024-07-20 12:48:18 +02:00
28d12a9fda Create key.ts route 2024-07-20 12:48:11 +02:00
fd6c374f37 Create info.ts route 2024-07-20 12:47:55 +02:00
a852d6a2bc Create group.ts route 2024-07-20 12:47:27 +02:00
a5eb2e26d0 Create auth.ts route 2024-07-20 12:47:19 +02:00
f74b949f4c Create account.ts route 2024-07-20 12:47:01 +02:00
2ebcd8bccc Create project.ts validation 2024-07-20 12:40:31 +02:00
11a1a9f926 Create permission.ts validation 2024-07-20 12:37:42 +02:00
6405794fa3 Create meta.ts validation 2024-07-20 12:37:38 +02:00
be3f4ca85f Create member.ts validation 2024-07-20 12:37:34 +02:00
ff06396305 Create license.ts validation 2024-07-20 12:37:28 +02:00
ac233bdc38 Create key.ts validation 2024-07-20 12:37:19 +02:00
013cf395d5 Create group.ts validation 2024-07-20 12:37:15 +02:00
f155a4d6a4 Create auth.ts validation 2024-07-20 12:37:11 +02:00
3b8234851f Create account.ts validation 2024-07-20 12:37:07 +02:00
d5cb8e5bdf Create auth.ts middleware 2024-07-20 12:36:58 +02:00
bf754db2b2 Create member.ts controller 2024-07-20 12:36:49 +02:00
380c251f3a Create account.ts controller 2024-07-20 12:35:42 +02:00
421ab5d367 Create validation.ts controller 2024-07-20 12:34:21 +02:00
520112e49c Create projects.ts controller 2024-07-20 12:34:15 +02:00
c88cbc2e99 Create permission.ts controller 2024-07-20 12:34:08 +02:00
71f1ad65ac Create meta.ts controller 2024-07-20 12:34:02 +02:00
b7928f45a6 Create license.ts controller 2024-07-20 12:33:53 +02:00
b55c54cc76 Create key.ts controller 2024-07-20 12:33:41 +02:00
5c6f71d773 Create group.ts controller 2024-07-20 12:33:24 +02:00
b31ae70ba2 Create auth.ts controller 2024-07-20 12:33:17 +02:00
02bbabd5e1 Create Session.ts model 2024-07-20 12:32:51 +02:00
4f3b5a83c5 Create Project.ts model 2024-07-20 12:32:45 +02:00
e0c8c1518f Create Permission.ts model 2024-07-20 12:32:35 +02:00
bf48df8b30 Create MetaData.ts model 2024-07-20 12:32:23 +02:00
329d797380 Create Member.ts model 2024-07-20 12:32:16 +02:00
20ab9beb22 Create License.ts model 2024-07-20 12:32:11 +02:00
013be6b380 Create Group.ts model 2024-07-20 12:32:03 +02:00
7000eff5a0 Create Account.ts model 2024-07-20 12:31:54 +02:00
76fa7aa863 Create AccessKey.ts model 2024-07-20 12:31:43 +02:00
cfc85e2c22 Created type overrides 2024-07-20 12:30:51 +02:00
968e7faff5 Create plan limits 2024-07-20 12:30:37 +02:00
0db8839915 Create email.ts util 2024-07-20 12:30:21 +02:00
7f92d7f903 Create error.ts util 2024-07-20 12:30:14 +02:00
64eda026c2 Create backend Dockerfile 2024-07-20 12:29:51 +02:00
d4f39b362b Create eslintrc.json 2024-07-20 12:29:30 +02:00
d2bd80cdff Create tsconfig.json 2024-07-20 12:29:18 +02:00
1ef3b6ab97 Create package.json & yarn.lock file 2024-07-20 12:29:03 +02:00