https://github.com/cympletech/domain
Domain service for ESSE.
https://github.com/cympletech/domain
Last synced: over 1 year ago
JSON representation
Domain service for ESSE.
- Host: GitHub
- URL: https://github.com/cympletech/domain
- Owner: CympleTech
- Created: 2021-09-30T06:34:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T08:35:14.000Z (about 4 years ago)
- Last Synced: 2025-01-21T21:31:12.813Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Domain
WIP [Discuss](https://github.com/CympleTech/esse/discussions/3)
## Database prepare
``` shell
$ export DATABASE_URL=postgres://postgres@localhost/my_database
$ cargo install sqlx-cli --no-default-features --features postgres
$ sqlx database create
$ sqlx migrate run
```
[more details about sqlx](https://github.com/launchbadge/sqlx/tree/master/sqlx-cli)
## Running
``` shell
$ cargo run
```