Skip to content

zoek1/gister

Repository files navigation

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

About

Fusion between Gist and Pastebin with a Hipster touch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published