DEMO: Video demo | Project demo
Fusion between Gist and Pastebin with a Hipster touch.
Pastebin ❤️ Gist = Gister
Requires docker-compose installed before start.
- Create virtual enviroment and install dependencies
$ python3 -m venv --prompt gister .env
$ pip install -r requirements.txt
- Create the DB
$ docker-compose up -d
- Run migrations and start the server
$ python manage.py migrate
$ python manage.py runserver
All files are stored and downloaded from the skynet, no server is needed to access the files.
See LICENSE