SpotSpecial is a full-stack web application built with Laravel for the backend API and React for the frontend interface.
The platform is designed to deliver fast, scalable, and secure services with a modern user experience.
- Backend API: https://api.spotspecialisten.dk/
- Frontend Website: https://spotspecialisten.dk/
- Framework: Laravel
- Language: PHP
- Architecture: RESTful API
- Authentication: Laravel-based auth (JWT / Sanctum – as implemented)
- Database: MySQL
- Hosting: Production server (API subdomain)
- Framework: React
- Language: JavaScript
- State Management: Context API / Redux (if used)
- HTTP Client: Axios / Fetch
- Styling: CSS / Tailwind / Bootstrap (as implemented)
- Hosting: Production web server
- PHP >= 8.1
- Composer
- MySQL
- Node.js & NPM (for asset compilation)
git clone <backend-repository-url>
cd backend
composer install