Nothing Special   »   [go: up one dir, main page]

Skip to content

plusemon/dev-station-test

Repository files navigation

Installation Process:

  1. clone this GitHub repository:

git clone https://github.com/plusemon/dev-station-test.git


  1. CD into project folder and run

composer install

npm install

  1. Copy .env.example to .env

copy .env.example .env

  1. Generate Key, Database, Email configuration and other environment variables as per you need.

php artisan key:generate

  1. Migrate the database schema and seed some dummy products

php artisan migrate --seed

  1. Build the assets

npm run dev

  1. Serve the project and visit the APP_URL

php artisan serve

  1. Register a new user, and it will reach you to the dashboard page, then you can test it out everything.

Note: If you need any help or anything to ask, then feel free to contact with me. Also, I have developed it in a short time, more work/retouch could be done here.

WhatsApp: 01995329555

Thanks

About

DevStation Test Project

Resources

Stars

Watchers

Forks