Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 974 Bytes

File metadata and controls

70 lines (44 loc) · 974 Bytes

DMIEsys

Follow this instructions to setup this project on your local computer.

Pre-Requirements

  • PHP > 8.1
  • NodeJS > 18

Installation

Type these commands on your terminal

Clone this project to your local computer.

git clone https://github.com/madushanj/DMIEsys.git

Go to project folder.

cd DMIEsys/

Install required packages.

composer install
npm install && npm run dev

create new .env file.

cp .env.example .env

Generate new app key.

php artisan key:generate

Now open your .env file and config MySQL database.

Run migrations.

php artisan migrate --seed

Run the application.

php artisan serve

Now you can go to http://localhost:8000/ on your computer and see the application running.

Authors

Feedback

If you have any feedback, please reach out to us at mtj.ssl@gmail.com