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

https://github.com/strategio-digital/megio-core

Most powerful tool for creating webs, apps & APIs.
https://github.com/strategio-digital/megio-core

api auth doctrine-orm headless-api headless-cms latte php phpstan s3-storage tracy vue

Last synced: 2 months ago
JSON representation

Most powerful tool for creating webs, apps & APIs.

Awesome Lists containing this project

README

          

# Megio core
Most powerful tool for creating webs, apps & APIs.

- Docs: https://megio.dev
- Demo: https://demo.megio.dev (u: admin@test.cz p: Test1234)

## Installation guide
https://megio.dev/docs/getting-started/installation

## How to run tests
```bash
# Create .env file
cp .env.example .env

# Init environment
make test-setup

# Run all tests
make test

# Or run specific test
make test-single FILE=tests/Collection/UpdateRowsTest.php
```