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

https://github.com/abourtnik/simulator


https://github.com/abourtnik/simulator

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Install and run application

```shell
git clone https://github.com/abourtnik/simulator.git
cd simulator
make install
```

Then go to `http://localhost:8080`

## Start and Stop Application

```shell
make start
make stop
```

## Connect to container

```shell
docker exec -it php_container /bin/bash
docker exec -it node_container /bin/sh
```

## Update simulator config in config/simulator.php