weintegral / weintegral-website

weintegral main website
https://weintegral.com
1 stars 4 forks source link

Create Models, Migrations to store clients, vendor and JobPortals #1

Open weintegral opened 1 year ago

weintegral commented 1 year ago

@OmkarAvinash-Durgasi Please create a new branch ([label]/[ticket-number])

Create migrations to create tables to store clients, vendor and job portal data.

Please come up with database model before implementing.

Please attach draw.io diagram. Please comment if you have any questions @OmkarAvinash-Durgasi

OmkarAvinash-Durgasi commented 1 year ago

Please provide links of Clients, Vendors and Job portal data @gopibabus. So that I can start database schema. And also please send me ".env" file as well

weintegral commented 1 year ago

https://weintegral.com/vendors https://weintegral.com/job-portals https://weintegral.com/resources https://weintegral.com/client-list

cc: @OmkarAvinash-Durgasi

weintegral commented 1 year ago
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:pBOwp6AZU74ujgrJwN5HXr6dNJFx/uclVRCcL69wyVg=
APP_DEBUG=true
APP_HOST_PORT=8000
APP_URL=http://localhost:${APP_HOST_PORT}

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=laravel-mysql-server
DB_PORT=3306
DB_ROOT_PASSWORD=root
DB_HOST_PORT=33060
DB_DATABASE=weintegral
DB_USERNAME=admin
DB_PASSWORD=admin

BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

MEMCACHED_HOST=127.0.0.1

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=smtp
MAIL_HOST=mailpit
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_HOST=
PUSHER_PORT=443
PUSHER_SCHEME=https
PUSHER_APP_CLUSTER=mt1

VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

SCOUT_DRIVER=null