Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 433 Bytes

Dashboard backend

StyleCI

This is the backend of our school dashboard containing API for frontend and admin panel for easy management.

Installation

git clone [email protected]:PozytywneInicjatywy/dashboard-back.git
cd dashboard-back
composer install

# To start dev webserver
php -S localhost:80 -t public