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.
- Host: GitHub
- URL: https://github.com/ore-codes/scribe-server
- Owner: ore-codes
- Created: 2023-05-06T21:35:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T15:13:46.000Z (over 2 years ago)
- Last Synced: 2024-12-30T03:46:11.411Z (about 1 year ago)
- Topics: docker, fakerphp, laravel, laravel-sanctum, mysql, php8
- Language: PHP
- Homepage: https://scribe-server-production.up.railway.app
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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