Cloud-based backend service that emulates a simple event calendar service.
- VueJS 2.6
- PHP 8.1
- Laravel 9
- MySQL 8.0
To run this project:
- Clone this project.
- cd MixtendCodingTest
- composer install
- npm install
- npm run production
- Rename .env.example to .env
- php artisan key:generate
- docker-compose build
- docker-compose up
- docker-compose exec mixtend php artisan migrate
- docker-compose exec mixtend php artisan db:seed
- Access localhost:8000
Check below the list of endpoints: