https://github.com/youridijk/duckvault-backend
https://github.com/youridijk/duckvault-backend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/youridijk/duckvault-backend
- Owner: youridijk
- License: mit
- Created: 2023-05-15T20:45:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T18:19:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T01:07:09.596Z (4 months ago)
- Language: PHP
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DuckVault backend
This is the backend for the [DuckVault app](https://github.com/youridijk/duckvault).
This backend handles all requests that need authentications. All others request are handled by PostgREST.## Installation
Install composer dependencies
- `composer install`Start a Redis database and run the backend:
- `php artisan serve`or with sail:
- `./vendor/bin/sail up -d`