Skip to content

chreke/pinking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Requirements:

  • Python 3.5 or greater

Installation:

pip install -r requirements.txt

Please note: Using a virtual environment is optional but highly recommended!

Usage

Set up Django project:

cd src
./manage.py migrate

You should now be able to start the server with

./manage.py runserver

At the moment there's no signup process, so you'll have to create a superuser if you want to log in:

./manage.py createsuperuser

Now you should be able to log in and create "pins".

About

Service for pinning IPFS hashes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors