Skip to content

tbz-mikaels/paxful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1- Clone repository using git clone command:

git clone https://github.com/tbz-mikaels/paxful.git

2- Navigate to paxful directory which you recently cloned. Then run following command to create .env config file

cp laravel-app/.env.example laravel-app/.env

3- Then run following command to create your local instance up and running:

  • Build docker configuration and run the containers:
  • docker-compose up -d
    
  • Open bash/terminal to run more commands inside:
  • docker exec -it paxful_laravel bash
    
  • Install laravel dependencies, run migration and seed trades.
  • - composer install
    - php artisan storage:link
    - php artisan migrate --seed
    
  • Install JS dependencies:
  • npm install && npm run development
    

    4- After that you can visit following url to see the app in action:

    http://localhost
    

    5- Visit mysql view

    http://localhost:8080/?server=paxful_mysql&username=root&db=paxful
    Password: 12345678
    

    6- Stop docker by running:

    docker-compose down
    

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published