commit 2b8c774d0ae3bfc5f2f839d0f328c537623a0324 Author: Dmitrii Date: Sat Jan 17 22:45:02 2026 +0300 Initial commit; diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2eea525 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env \ No newline at end of file diff --git a/cmd/main.go b/cmd/main.go new file mode 100644 index 0000000..677bd21 --- /dev/null +++ b/cmd/main.go @@ -0,0 +1,9 @@ +package main + +import ( + "steam_analyzer/internal/app" +) + +func main() { + app.Run() +} diff --git a/config/config.dev.yaml b/config/config.dev.yaml new file mode 100644 index 0000000..cf957ee --- /dev/null +++ b/config/config.dev.yaml @@ -0,0 +1,20 @@ +server: + host: localhost + port: 3000 + origins: + - localhost:3000 + +database: + host: localhost + port: 32768 + name: app-database + user: admin-programmer + password: oK79k(Q#E<#|YuBL6)|TMre9£DE}F2B,t}vYt5D6e