Backend Development
Technical documentation for the CurryDash Laravel backend.
Technology Stack
- Framework: Laravel 9.x
- Database: MySQL (Cloud SQL)
- Cache: Redis (Memorystore)
- API: RESTful JSON API
Quick Start
git clone https://github.com/CoralShades/CurryDash-Admin-Seller-Portal.git
cd CurryDash-Admin-Seller-Portal/backend
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serveDocumentation Sections
Last updated on