Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.15 KB

Coffeesource.net

Coffeesource.net is an open source project built using Python to develop tools using the Steem blockchain.

Architecture

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.

Run the project

To run the project in a local enviroment, follow next steps:

  1. Install Docker.

Download Docker from the offical website and install it.

  1. Clone the project.

Clone the project code locally using Git:

git clone https://github.com/coffeesource-net/coffeesource_app.git
  1. Build the Docker image

Make sure that Docker is running. Move to the root project folder and run the following command:

docker-compose build
  1. 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.