This is a Laravel application to serve as the backend for a document tracking application.
- Clone the repository
composer installcp .env.example .envphp artisan key:generate- Configure a database and update the relevant connection variables in your
.envfile - Ensure the app is running at
api.app.document-tracker.test - Run the migrations and seed
php artisan migrate:fresh --seed