BannerDayAPI/README.md

12 lines
268 B
Markdown
Raw Normal View History

2025-01-01 21:53:10 +00:00
## Banner Day API
Banner Day is a platform for tracking and managing banner ads across affiliate websites. This is the Laravel-based data API portion of the application.
### Starting the Project
To begin a development web server, run
```bash
php artisan serve
```