Skip to content

Latest commit

 

History

History
86 lines (57 loc) · 3.12 KB

README.md

File metadata and controls

86 lines (57 loc) · 3.12 KB

About Laravel+Vuejs+Docker+Docker compose

This project Laravel + Vue.JS Lifeanalytics is based on docker and docker-compose

Table of content

Prerequisites


Make sure you have insalled the following prerequisites in your development or production machine.

Technologies


List of technologies which are used in this project.

  • PHP : Version 8.x
  • Laravel: Version 8.x
  • MySQL: Version 7
  • Node: Version 14.15.0

Setup Environment for Development:

  • Build docker-compose build.
  • Run docker-compose up -d for development purpose.
  • Open favourite browser and type http://localhost. If you wan to run on different port, you can change the HTTP_PORT from .env file.

Setup Environment for Production:

  • Copy .env.example to .env.
  • Change the necessary staff in .env file.
  • Run docker-compose -f docker-compose.production.yml up for production.
  • Open favourite browser and type http://localhost. If you wan to run on different port, you can change the HTTP_PORT from .env file.

Contribute

Contribution are alwasy welcome! Please read the contribution guidelines first.

  • Fork this project to your personal account.
  • Create your feature branch git checkout -b feature/foo.
  • Commit your changes git commit -am 'Add some foo.
  • Push to the branch git push origin feature/foo.
  • Create a new Pull Request.

Azure information

The test server uses Azure. Uploaded data url: https://la-web-site.azurewebsites.net/

test server log in Infomation

dealer and customer test log in ID and Pass

About design

  1. Make it the same design and backend function as the following wordpress website.
  2. Create two Ecommerces, an agency and a customer user.
  3. Create a billing function to the agency
  4. Link the subscription web application with customer data.