Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flexberry/flexberryemberteststand.odatabackend
- Owner: Flexberry
- License: mit
- Created: 2018-11-16T11:38:33.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-11T13:10:24.000Z (4 months ago)
- Last Synced: 2024-09-11T16:08:05.115Z (4 months ago)
- Language: C#
- Size: 251 KB
- Stars: 0
- Watchers: 10
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```