/YourEdu

my first educational web app

Primary LanguagePHP

YourEdu Logo

YourEdu

Backend

Introduction

This is the backend of the YourEdu educational platform that seeks to bring all major stackholders together into bridging the gaps the exists in educational quality across our societies.

Explore the app or visit its landing page to learn more about it.

Team

Robert Amoah (linkedIn, X) - Full stack developer

Technologies

  • Vite (asset bundling)
  • Vuejs 3 (frontend framework)
  • Vue-router (navigation)
  • Vuex (state management)

Installation

  • Clone repository
  • cd into directory
  • Install composer packages with composer install
  • Copy .env.example to .env
  • Generate application key with php artisan key:generate
  • Configure sanctum to accept the origin of your requests in config/sanctum.php file

Usage

This is the usage on your local system

  • Start server with php artisan serve