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

https://github.com/ore-codes/scribe-server

REST API secured with session based authentication. It follows standard conventions for designing RESTful web services. It is fast, reliable and secure and it is properly documented for Postman.
https://github.com/ore-codes/scribe-server

docker fakerphp laravel laravel-sanctum mysql php8

Last synced: about 1 month ago
JSON representation

REST API secured with session based authentication. It follows standard conventions for designing RESTful web services. It is fast, reliable and secure and it is properly documented for Postman.

Awesome Lists containing this project

README

          

# Setup
1. `composer install`
2. `sail artisan key:generate`
3. `sail up`
4. `sail artisan migrate`

# Testing
```
sail artisan test
```

# Requirements
1. PHP 8.1 or later
2. Composer
3. Docker