8000 GitHub - caio-oliv/realworld-backend: RealWorld rust Conduit backend implementation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

caio-oliv/realworld-backend

Repository files navigation

RealWorld rust backend implementation

A rust implementation of the RealWorld Conduit example app.

Stack

Run

To run in develpment you need a container engine available, e.g. docker or podman

Using the compose file you can run:

APP_ENV=development docker-compose up -d

Test

The unit tests are located in the test modules through the codebase.

To run the unit tests use:

cargo test --lib

The e2e tests uses the same config as the development env, although the persisted data (database volumes) are isolated between environments.

Before run the tests start the app with:

APP_ENV=test docker-compose up -d

To run the e2e tests with the application started, run:

cargo test --tests

About

RealWorld rust Conduit backend implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0