Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Aug 14, 2024
1 parent c9421a2 commit d37751e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# SSO: Central Authentication Service

## Mechanism

## Setting up
### Stack
- golang
- postgresql
- react

### Prerequisites
- 💻
- golang 1.22 or [later](https://go.dev)
- docker
- makefile
- [Go Air](https://github.com/air-verse/air)

### Installation + Running
1. Clone this repo
2. Run `go mod download` to download all the dependencies.
3. Copy `.env.template` and paste it in the same directory as `.env`. Fill in the appropriate values for both `frontend` and `backend`.
4. Run `air` in `backend` and `pnpm dev` in `frontend`.

0 comments on commit d37751e

Please sign in to comment.