Commit graph

31 commits

Author SHA1 Message Date
c19a675e36 Revert "Removes internal directory"
This reverts commit 5005186cd3.
2024-04-28 19:00:14 +02:00
c2a27a0751 Adapts main.go to sqlc usage 2024-04-26 22:47:01 +02:00
5005186cd3 Removes internal directory 2024-04-26 22:46:52 +02:00
c65e239b68 Removes internal api package 2024-04-26 22:46:31 +02:00
ce5ee0fbd7 Adapts api package to have users handler 2024-04-26 22:46:23 +02:00
bdaa5aa59b Sets up sqlc 2024-04-26 22:46:14 +02:00
08c7c1f9fa Refactors api key functionality
- API Key is now read from env file
- API routes won't be set up if no API key is given via ENV file
2024-04-26 20:46:59 +02:00
86a7caa98f Uses .env file 2024-04-26 20:45:59 +02:00
b4619e612a Adds .env file to gitignore 2024-04-26 20:23:43 +02:00
7994fe733a Adds .env file to air config and cleans on exit 2024-04-26 20:23:28 +02:00
17a2166cd4 Updates bruno requests 2024-04-26 20:23:18 +02:00
c973859f7f Implements api routes and api key auth
CAUTION: Temporary api key is hardcoded, must be changed
2024-04-26 17:23:55 +02:00
47dab069c3 Adapts database connections 2024-04-26 17:23:25 +02:00
34f7d99639 Updates bruno requests 2024-04-26 17:23:09 +02:00
7008c1c84b Uses fiber instead of gin 2024-04-26 15:40:44 +02:00
4d218cf16a Adds initial migration 2024-04-26 15:16:57 +02:00
23e29c44f4 Sets up and initializes database for freed (SQLite) 2024-04-26 15:16:48 +02:00
6f79f255d9 Ignores .db files 2024-04-26 15:16:20 +02:00
a02ee0270a Adds test request for status endpoint 2024-04-26 13:14:12 +02:00
833b2759f4 Adds dummy status endpoint 2024-04-26 13:14:01 +02:00
92aaba7a5b Initializes bruno for requests 2024-04-26 13:04:36 +02:00
6893618256 Installs gin framework 2024-04-26 13:04:27 +02:00
8073ec65c2 Adds mac specific file to gitignore 2024-04-26 13:04:06 +02:00
eece1d76c5 feat: Updates gitignore to ignore temporary directory 2023-12-20 20:49:50 +01:00
36654cac94 feat: Sets up air 2023-12-20 20:48:41 +01:00
96c262a1c5 feat: Simplifies project structure 2023-12-20 20:48:27 +01:00
ce3af5f873 fix: Adds tmp/ to gitignore 2023-12-20 20:44:39 +01:00
a90df21030 feat: Set up basic project folder structure 2023-12-20 20:38:31 +01:00
8fcf391ca9 feat: Removes dependencies from project 2023-12-20 20:37:24 +01:00
c308f5b602 Initial commit 2023-12-19 23:34:12 +01:00
4e92dc2d74
Initial commit 2023-12-19 23:24:34 +01:00