A simple api to store relevant data
- Clone the repository
git clone ...
- Adapt the configuration
cp .env.dist .env
Now you can change all relevant parameter in the .env-file.
- Build local dev environment
make dev-install
- Start local dev environment
make dev-start
- Stop local dev environment
make dev-stop
Users are created from file users.dist.json.
- Create server in PhpStorm:
- In "PHP" -> "Servers": create a new server with
- Name: inowas.localhost
- Host: localhost
- Port: 80
- Path mappings: repository path (project files root) to
/srv/api
in the container
- In "PHP" -> "Servers": create a new server with
- Add
?XDEBUG_SESSION_START=PHPSTORM
to all requests you want to debug