Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 951 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 951 Bytes

Gister

DEMO: Video demo | Project demo

Fusion between Gist and Pastebin with a Hipster touch.

Pastebin ❤️ Gist = Gister

Gister Logo

Setup

Requires docker-compose installed before start.

  1. Create virtual enviroment and install dependencies
$ python3 -m venv --prompt gister  .env
$ pip install -r requirements.txt
  1. Create the DB
$ docker-compose up -d
  1. Run migrations and start the server
$ python manage.py migrate
$ python manage.py runserver

Flow

Create gist

Get a gist

All files are stored and downloaded from the skynet, no server is needed to access the files.

View all gists

LICENSE

See LICENSE