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
- Host: GitHub
- URL: https://github.com/linlaz/api-ci4
- Owner: linlaz
- License: mit
- Created: 2023-08-26T13:12:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T16:15:45.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T17:44:15.807Z (5 months ago)
- Topics: ci4, jwt-authentication, swagger
- Language: PHP
- Homepage:
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```