Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 493 Bytes

File metadata and controls

29 lines (19 loc) · 493 Bytes

##System Requirements

PHP (Version 8.1) Composer(2.2+) Git(2+) Mysql (Version 8.0.33) 1 GB Ram(at least) Apache Webserver(Version 2.4)

Project Setup

-Git clone the repository -Run composer install to load PHP dependencies to root of project folder

composer install

-Start project by using php server start command on the root of project

php -S localhost:8000