Generally speaking, under the hood this project was build with Laravel as a main framework.
- Web server:
nginx
,xampp
,lampp
or evenmampp
or anything else php
at least 8.x version- Javascript run time like
Node js
for example (and have an package manager:npm
oryarn
)
If you want to say 'its works on my machine', u should run several command
to be able do that:
- Clone this project
https://github.com/yuxxeun/e_office.git
- Make environment file by running
cp .env.example .env
command - Open double
bash
and run:composer install
&yarn install
- Take s2 program
php artisan key:generate
for generating thekey
- And then run:
php artisan migrate:fresh --seed
for generating fixed & dummy data - Look at your browser on
localhost:8000
- In case you want to generate health monitoring result, you can run
php artisan health:check
and see the result onlocalhost:8000/health?fresh
E-office is open-sourced software licensed under the MIT license.