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