Commit Graph

68 Commits

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