https://github.com/zoek1/gister
Fusion between Gist and Pastebin with a Hipster touch
https://github.com/zoek1/gister
django gists pastebin sia skynet
Last synced: 2 days ago
JSON representation
Fusion between Gist and Pastebin with a Hipster touch
- Host: GitHub
- URL: https://github.com/zoek1/gister
- Owner: zoek1
- License: mit
- Created: 2020-03-15T19:05:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:48:41.000Z (over 2 years ago)
- Last Synced: 2024-11-12T12:48:02.206Z (6 months ago)
- Topics: django, gists, pastebin, sia, skynet
- Language: JavaScript
- Homepage: https://gister.gordian.dev
- Size: 1.23 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - zoek1/gister - Fusion between Gist and Pastebin with a Hipster touch (django)
README
# Gister
**DEMO**:
[Video demo](https://www.dropbox.com/s/350qhtkitbnb3o6/2020-03-19%2001-33-05.flv?dl=0) |
[Project demo](https://gister.gordian.dev)Fusion between Gist and Pastebin with a Hipster touch.
Pastebin ❤️ Gist = Gister

## Setup
Requires docker-compose installed before start.
1. Create virtual enviroment and install dependencies
```shell
$ python3 -m venv --prompt gister .env
$ pip install -r requirements.txt
```
2. Create the DB
```shell
$ docker-compose up -d
```
3. Run migrations and start the server
```shell
$ 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](/LICENSE)