Skip to content

AlexTrapp/SteemLogs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SteemLogs Web Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.7%
  • HTML 22.2%
  • JavaScript 6.2%
  • CSS 1.3%
  • Dockerfile 0.6%