Skip to content

Hanafubuki/MixtendCodingTest

Repository files navigation

MixtendCodingTest

Table of Contents

Introduction

Cloud-based backend service that emulates a simple event calendar service.

Technologies

  • VueJS 2.6
  • PHP 8.1
  • Laravel 9
  • MySQL 8.0

Setup

To run this project:

  1. Clone this project.
  2. cd MixtendCodingTest
  3. composer install
  4. npm install
  5. npm run production
  6. Rename .env.example to .env
  7. php artisan key:generate
  8. docker-compose build
  9. docker-compose up
  10. docker-compose exec mixtend php artisan migrate
  11. docker-compose exec mixtend php artisan db:seed
  12. Access localhost:8000

APIs

Check below the list of endpoints:

Sources

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published