Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.17 KB

Pilot

It's a slim fork of M.C.Dev Framework used to create an easy self-hosted API System. Useful for applications in ReactJS or Vue.js, while using Axios for your CRUD system.

Requires

  • Apache 2
  • MySQL 5.2.x+
  • PHP 8.2.x+
  • MeekroDB (Already included in composer.json)

Installation

  1. Clone this repo to your hosting area;
  2. Execute the command composer install;
  3. Run your localhost or hosted ip/domain;
  4. Follow the easy step-by-step guide, by visiting the index;
  5. Enojoy your API Pilot.

Wiki

Vue-Pilot

A Vue.js library to integrate Pilot Framework, using Axios, with both JavaScript and TypeScript support.
Click here for the Open Source repo.