From 05e212b29f07d655fc16a141955a0b2dc1b45582 Mon Sep 17 00:00:00 2001 From: JubaerHossain Date: Thu, 11 Jul 2024 18:11:11 +0600 Subject: [PATCH] added auth scaffold and protecting route --- .vscode/settings.json | 2 ++ README.md | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4f474ce..2d871ee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,8 +2,10 @@ "cSpell.words": [ "gorm", "Hossain", + "jackc", "oneof", "Payables", + "pgxpool", "rootx", "swaggo", "varchar" diff --git a/README.md b/README.md index 52e41e2..ea178ec 100644 --- a/README.md +++ b/README.md @@ -292,12 +292,6 @@ DB_USER=db_user DB_PASSWORD=db_password ``` - #### run the following command -```bash - go run ./cmd/rootx -``` - - - Select an option: 7