Git Product home page Git Product logo

ltct4's Introduction

Structured-Programming_SP-08 Quick Start Version 1.2 for round 2

To run this project locally Prerequisites Make sure you've installed docker You must run commands in Linux or Powershell environment on Windows ATM card information Ngân hàng: NCB Số thẻ: 9704198526191432198 Tên chủ thẻ:NGUYEN VAN A Ngày phát hành:07/15 Mật khẩu OTP:123456 Copy .env of app $ cp .env.example .env Config DB in .env APP_URL=https://localhost/ ... DB_CONNECTION=mysql DB_HOST=sp-db DB_PORT=3306 DB_DATABASE=sp_database DB_USERNAME=root DB_PASSWORD=123456 Build docker container After Docker runs, the process takes about 5p to complete the processes. You can watch your process in server's log terminal by click View details at sp08-server.

$ docker-compose up -d --build Migrate and seed data $ docker-compose exec sp08-server ash

[/var/www/html]

$ php artisan storage:link

$ php artisan key:generate

$ php artisan migrate

$ php artisan db:seed

Go ahead and play with the app and the code. As you make code changes, the app will automatically reload.

ltct4's People

Contributors

kinjirovn-buitondiep avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.