Skip to content

Commit

Permalink
chore: update the discord link to new permanent link
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Liendo committed Jun 10, 2024
1 parent d447743 commit 41ed53b
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

<div align="center">

[![Discord](https://img.shields.io/discord/1011702194925490186?color=blue&label=discord&logo=discord)](https://discord.gg/yde6mcgs2C)
![Build](https://github.com/TownHall-HQ/TownHall/workflows/build/badge.svg)
![Clippy](https://github.com/TownHall-HQ/TownHall/workflows/clippy/badge.svg)
![Formatter](https://github.com/TownHall-HQ/TownHall/workflows/fmt/badge.svg)
[![Discord](https://img.shields.io/discord/1011702194925490186?color=blue&label=discord&logo=discord)](https://discord.gg/UFfqHpcTwV)
![Build](https://github.com/TownHall-HQ/TownHall/workflows/build/badge.svg)
![Clippy](https://github.com/TownHall-HQ/TownHall/workflows/clippy/badge.svg)
![Formatter](https://github.com/TownHall-HQ/TownHall/workflows/fmt/badge.svg)

</div>

Expand Down Expand Up @@ -63,7 +63,7 @@ the services.

<div align="center">

![softarq](https://github.com/TownHall-HQ/TownHall/assets/34756077/86abfb8d-8e96-4e93-9677-4e0864f53da6)
![softarq](https://github.com/TownHall-HQ/TownHall/assets/34756077/86abfb8d-8e96-4e93-9677-4e0864f53da6)

</div>

Expand All @@ -77,17 +77,17 @@ present but are not 100% accurate to the original Domain Driven Design architect

The client and server solution is available in this repository.

Directory | Description
--- | ---
`client` | Web Front-End, written in SvelteKit & TypeScript
`crates/` | Contains GraphQL Server Logic, CLI and Domain libraries. Rust is the predominant language.
`crates/cli` | CLI used to manage the Server instance. run database migrations and other developer tasks
`crates/core` | Domain Logic, includes Models, Value Objects, Repositories and Services
`crates/entity` | Entities generated from database
`crates/migration` | Database migrations
`crates/server` | HTTP Server Logic, uses Axum and GraphQL
`crates/test` | E2E Tests for the GraphQL Server
`crates/web` | Web UI, written in Leptos
| Directory | Description |
| ------------------ | ------------------------------------------------------------------------------------------ |
| `client` | Web Front-End, written in SvelteKit & TypeScript |
| `crates/` | Contains GraphQL Server Logic, CLI and Domain libraries. Rust is the predominant language. |
| `crates/cli` | CLI used to manage the Server instance. run database migrations and other developer tasks |
| `crates/core` | Domain Logic, includes Models, Value Objects, Repositories and Services |
| `crates/entity` | Entities generated from database |
| `crates/migration` | Database migrations |
| `crates/server` | HTTP Server Logic, uses Axum and GraphQL |
| `crates/test` | E2E Tests for the GraphQL Server |
| `crates/web` | Web UI, written in Leptos |

## Testing

Expand All @@ -114,7 +114,6 @@ just e2e_test

Teardown containers using `just undev`.


## Contributors

<table>
Expand Down

0 comments on commit 41ed53b

Please sign in to comment.