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

https://github.com/linlaz/api-ci4

api ci4 with jwt auth and swagger docs
https://github.com/linlaz/api-ci4

ci4 jwt-authentication swagger

Last synced: 3 months ago
JSON representation

api ci4 with jwt auth and swagger docs

Awesome Lists containing this project

README

        

# api blog ci4

```bash
git clone https://github.com/linlaz/api-blog-ci4.git
```
```bash
cd api-blog-ci4
```
```bash
composer install
```
```bash
copy env .env
```

```bash
create database and setup in .env
```
```bash
php spark migrate
```
```bash
php spark db:seed Seeder
```