An Open Source Project designed to provide our fellow developers/students a better way to get started.
Project | Type | Description |
---|---|---|
api.app |
Laravel |
Required. PHP ^8.1 |
app |
Nuxt3 |
Required. Node ^v18.0.0 |
- api.app
- Laravel breeze api
- Http response helper
- Activity log helper
- Collection manager helper
- Htaccess firewall
- app
- Responsive design
- Light/dark mode toggle
- Tailwindcss
- Multilingual
- Auth pages
- Dashboard
- Toast notification
Color | Hex | |
---|---|---|
Dark theme: | ||
Primary | #b4c9d9 | |
Secondary | #0b4b7d | |
Background | #090b1f | |
Light theme: | ||
Primary | #203552 | |
Secondary | #0b4b7d | |
Background | #f0f4f3 |
Test the app by run the following command:
# API
composer install --working-dir=./api.app
php ./api.app/artisan migrate
php ./api.app/artisan db:seed
php ./api.app/artisan serve
# WEB
npm install -D --prefix ./app
npm run dev -prefix ./app
If you have any feedback, please reach out to us at [email protected]