Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 338 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 338 Bytes

MIS Form Builder

Rename mis_backend/.env.example file to mis_backend/.env and set the DB_PASSWORD variable to your local MySQL server password

Backend

  1. Run composer update

  2. Run php artisan migrate

  3. Run php artisan serve

Frontend

  1. Run npm i (Node modules are not present)

  2. Run npm start