Commit Graph

85 Commits

Author SHA1 Message Date
8c5a4a94a0 Removed the action socket from the backend -> Moving into another repo 2022-09-08 22:30:33 +02:00
499a44cad7 Integrated the authentication middleware into the api server 2022-09-08 22:30:03 +02:00
227ae68555 Created the authentication middleware 2022-09-08 22:29:38 +02:00
b8c8fa700b The cdn now only starts if the gbucket.json file has been provided 2022-09-08 22:21:51 +02:00
dfeb238469 Added the google authentication check into the envCheck util 2022-09-08 22:21:31 +02:00
0d5834f53d Created the Media model 2022-09-08 22:09:49 +02:00
5d192dc12a Created the ShortenedLink model 2022-09-08 22:08:59 +02:00
0f623486ce Created the Token model 2022-09-08 22:08:06 +02:00
63478822ba Created the User model 2022-09-08 22:04:32 +02:00
363f373e97 Updated strictFunctionTypes -> false in tsconfig.json 2022-09-08 22:01:20 +02:00
d307a0e3e8 Added the gbucket.json to the .gitignore 2022-09-07 21:26:45 +02:00
391dec0026 Integrated the error middleware into the api.ts 2022-09-06 21:40:34 +02:00
49bce43abe Created the error.ts middleware 2022-09-06 21:40:17 +02:00
d7949eabc3 Created the .env template file 2022-09-06 21:01:25 +02:00
f2aa6ad49f Added the shortener, cdn & action socket to the app.ts 2022-09-06 20:51:32 +02:00
896b2a1aab Added the shortener, cdn and action socket port 2022-09-06 20:48:51 +02:00
25d1c7b2d1 Added the action socket server 2022-09-06 20:14:12 +02:00
383e81663d Refreshed the yarn.lock file 2022-09-06 20:13:51 +02:00
260aaf9389 Added the ws dependency & the types of ws to the package.json 2022-09-06 20:13:23 +02:00
c6278410e6 Created the content delivery server/service 2022-09-06 20:05:33 +02:00
97a3d218cf Created the shortener server/service 2022-09-06 20:03:33 +02:00
7dcc6a58d7 Integrated the database into the app.ts & added the start method 2022-09-06 19:59:20 +02:00
1aa963bdc9 Created the api server 2022-09-06 19:58:17 +02:00
95f8bd7fff Added the default typescript configuration file 2022-09-06 19:56:30 +02:00
4412c90db9 Added the express dependency & the express types to the package.json 2022-09-06 19:53:35 +02:00
8fbf1fefa4 The app.ts now loads & checks the environment values on start 2022-09-06 18:31:08 +02:00
c582320cef Created the env check util 2022-09-06 18:30:15 +02:00
322b95e2c4 Added the start & development script in the package.json 2022-09-06 18:29:22 +02:00
20aa9fae2c Renamed the app.js -> app.ts 2022-09-06 18:28:47 +02:00
0dfbea6fc4 Added the needed typescript dependencies 2022-09-06 18:28:06 +02:00
c2b0b8ab61 Added the dotenv & mongoose dependency to the package.json 2022-09-06 17:50:44 +02:00
ef00332877 Created the app.js 2022-09-06 17:43:59 +02:00
4a714fcc4d Created the package.json & yarn.lock file 2022-09-06 17:43:52 +02:00
06818789ce Added .vscode & .idea to the .gitignore 2022-09-06 17:43:12 +02:00
de4daa4c46 Initial commit 2022-09-06 16:57:41 +02:00