Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kucera-lukas committed Apr 13, 2022
1 parent 092f785 commit 0f6b6c0
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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
Reference documentation: https://pkg.go.dev/github.com/stegoer/server

Source code: https://github.com/stegoer/server

Expand Down Expand Up @@ -73,6 +73,26 @@ redis-server
make help
```

### Ent

[ent](https://entgo.io/) is used as an ORM in combination with the repository pattern.
Schemas can be found in the folder `ent/schema`.

### GraphQL

GraphQL schemas are located in the folder `graphql`.
GraphQL server code is generated via [gqlgen](https://gqlgen.com/).
Its output and resolvers can be found in the `gqlgen` folder.

### Migrations

Database migrations are located in the folder `migrations`.
Migrations are managed with `Makefile`.

### Tools

Tools is a small Go module which contains CLI tooling which is used mainly via `Makefile` commands.

## Contributing

```sh
Expand Down

0 comments on commit 0f6b6c0

Please sign in to comment.