https://github.com/evilfreelancer/nowescape-blockchain
Demo project written on Laravel and VueJS for showing statistic from blockchain markets
https://github.com/evilfreelancer/nowescape-blockchain
blockchain laravel nowescape rest vue
Last synced: 10 days ago
JSON representation
Demo project written on Laravel and VueJS for showing statistic from blockchain markets
- Host: GitHub
- URL: https://github.com/evilfreelancer/nowescape-blockchain
- Owner: EvilFreelancer
- Created: 2018-09-28T11:36:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T02:07:27.000Z (over 7 years ago)
- Last Synced: 2025-02-09T15:15:36.122Z (over 1 year ago)
- Topics: blockchain, laravel, nowescape, rest, vue
- Language: PHP
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Nowescape Blockchain Demo App
## How to use
### 1. Preparation
Clone the repo and change your work directory to root of sources
git clone https://github.com/EvilFreelancer/nowescape-blockchain.git
cd nowescape-blockchain
Now you need prepare docker compose config file:
cp docker-compose.yml.dist docker-compose.yml
Inside `docker-compose.yml` you need change the values to the ones you
need, for example you do not want to tun this project on `80` port, to
fix that you need just change this line `80:80` to what you need (`7777:80`).
Run first iteration of Docker environment
docker-compose up -d
### 2. Install all required components
I assume that there are no development tools on your computer, so you
need to login to Laravel container:
docker-compose exec laravel bash
Fix write permition to some importnant folders
chown apache:apache bootstrap/ -R
chown apache:apache storage/ -R
End exit from container
exit
## The End
Now you just need open following page http://localhost in your browser
and you will get the result of my work.
Thanks for reading!