You need Node.js (at least 10.x version) installed on your machine. If you don't have it, you should install it
NODE_ENV=development HTTP_HOST=0.0.0.0 PORT=8000 # Database connection via development credentials DATABASE_HOST=127.0.0.1 DATABASE_PORT=5432 DATABASE_NAME=node DATABASE_USER=dev DATABASE_PASSWORD=root # Database connection via Production credentials STG_DATABASE_HOST=127.0.0.1 STG_DATABASE_PORT=5432 STG_DATABASE_NAME=node_prod STG_DATABASE_USER=dev STG_DATABASE_PASSWORD=root # Database connection via Staging credentials PROD_DATABASE_HOST=127.0.0.1 PROD_DATABASE_PORT=5432 PROD_DATABASE_NAME=node_prod PROD_DATABASE_USER=dev PROD_DATABASE_PASSWORD=root
Here is the general structure of Laravel application:
Metordash-dashboard
| .bin
- www
| db
| migration
| seeds
- index.js
- knexfile.js
| features
| login
| command
- constants.js
- init-auth-middleware.js
- repository.js
- routes.js
| register
| command
- constants.js
- repository.js
- routes.js
| logout
| command
- constants.js
- repository.js
- routes.js
| public
| assets
| css
| js
| vendors
| routes
- index.js
| views
- index.pug
- .env.example
- .gitignore
- app.js
- docker-compose.yml
- ecosystem.config.js
- package.json
username:admin@Metordash.com
password:secret
Bootstrap has wonderfull documentation on the following components::
Bootstrap for extra component https://getbootstrap.com/docs/4.0/components/
Supports all major Browsers like Google Chrome, Mozilla Firefox, Safari, Opera, Internet Explorer 9 and above.
All images and videos are for preview purposes only and are not included in the download files. Images are of copyrights under Creative Commons CC0.