Skip to content

Commit

Permalink
Add build and run instructions
Browse files Browse the repository at this point in the history
Signed-off-by: William <kwasidev@protonmail.com>
  • Loading branch information
kwesidev committed Dec 4, 2023
1 parent 9c10dec commit 89b43ed
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ An API-only standalone authentication server that streamlines the user authentic
- User Registration
- Two factor Authentication (EMAIL,TOTP)

## Dependencies
## Build Dependencies
- Go >= 1.19
- PostgreSQL >= 9.x


## Build
```
make buildserver
```

## Run
If you docker engine installed run the following command :
```
docker compose -f docker-compose-dev.yml up
```

0 comments on commit 89b43ed

Please sign in to comment.