Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flexberry/flexberryemberteststand.odatabackend

Backend for Flexberry ember test stand
https://github.com/flexberry/flexberryemberteststand.odatabackend

Last synced: about 2 months ago
JSON representation

Backend for Flexberry ember test stand

Awesome Lists containing this project

README

        

Install [Docker](https://docker.com) if it not installed yet and start Docker.

Then start Docker compose with PostgreSQL and .NET application by command from root folder this repository:

```sh
./Docker/run-full-test-stand.cmd
```

When the test stand is no longer needed, run the command:
```sh
./Docker/stop-full-test-stand.cmd
```