Skip to content

MyPortalWeb is an api built upon the Laravel framework which carries a couple of tasks such as storing and parsing exam timetables, storing and retrieving past papers.

Notifications You must be signed in to change notification settings

dita-dev-team/MyPortalWeb

 
 

Repository files navigation

MyPortalWeb

Build Status

MyPortalWeb is an api built upon the Laravel framework which stores and parses excel documents.

Installation

  1. Clone the project git clone https://github.com/dwamatu/MyPortalWeb.git
  2. Navigate to the cloned directory.
  3. Create a copy of .env.example as .env
  4. Setup your database credentials in .env
  5. Install dependencies with composer install
  6. Generate app key with php artisan key:generate
  7. Migrate your database with php artisan migrate

About

MyPortalWeb is an api built upon the Laravel framework which carries a couple of tasks such as storing and parsing exam timetables, storing and retrieving past papers.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.1%
  • Vue 8.0%
  • HTML 2.8%
  • JavaScript 1.1%