Coffeesource.net is an open source project built using Python to develop tools using the Steem blockchain.
The application has been developed using Django and steem-python for access to the Steem blockchain. To run the application locally, a Docker image has been configured on the project.
To run the project in a local enviroment, follow next steps:
- Install Docker.
Download Docker from the offical website and install it.
- Clone the project.
Clone the project code locally using Git:
git clone https://github.com/coffeesource-net/coffeesource_app.git
- Build the Docker image
Make sure that Docker is running. Move to the root project folder and run the following command:
docker-compose build
- Run the project
Run the following command to run the project:
docker-compose up
Now you can visit the coffeesource.net site locally navigating to localhost:8000 in your browser.