-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8d222c
commit 092f785
Showing
4 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,28 @@ Server is using Go, Postgres, GraphQL and Redis. | |
|
||
Server endpoint: https://stegoer-server.herokuapp.com/ | ||
|
||
Development documentation: https://github.com/stegoer/server/blob/main/README.md | ||
|
||
Reference documentation: https://stegoer.github.io/client | ||
|
||
Source code: https://github.com/stegoer/server | ||
|
||
--- | ||
|
||
## Installation | ||
|
||
### Install dependencies | ||
### Install instructions | ||
|
||
1. Install Go https://go.dev/doc/install | ||
2. Install PostgreSQL https://www.postgresql.org/download/ | ||
3. Install Redis https://redis.io/docs/getting-started/ | ||
4. Clone this repository | ||
|
||
```sh | ||
git clone [email protected]:stegoer/server.git | ||
``` | ||
|
||
5. Install dependencies | ||
|
||
```sh | ||
go get ./... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters