An open API service indexing awesome lists of open source software.

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.

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

```