A web application that can upload, preview and share photos in holochain. Demo Site : http://hcphotos.westus.cloudapp.azure.com/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Nix-shell and Holochain is needed. Please follow steps from here https://developer.holochain.org/docs/install/
curl https://nixos.org/nix/install | sh
. ~/.nix-profile/etc/profile.d/nix.sh
nix-shell --version
You should see something like:
nix-shell (Nix) 2.3.1
Run Holochain
nix-shell https://holochain.love
Clone Holochain Photos in some directory.
mkdir holochain_photos
cd holochain_photos
git clone https://github.com/ogu83/holochain_photos.git
Run it
hc package
hc run
Browse this url : http://127.0.0.1:8888/
Enjoy.
- Oguz Koroglu - Software Engineer - ogu83
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details