Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haalon/shuffle
https://github.com/haalon/shuffle
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/haalon/shuffle
- Owner: Haalon
- Created: 2022-08-25T17:53:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T18:30:32.000Z (about 2 years ago)
- Last Synced: 2023-03-07T13:47:48.161Z (over 1 year ago)
- Language: JavaScript
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Punchline-shuffle
Fullstack app for shuffling punchlines in unfunny newspaper jokes.
That makes them a little bit funnier sometimes.## Start
`docker-compose up -d --build`
## Load existing data
Ensure you have django installed, or use `venv` for the next command.
It needs to be done only once, during initial setup, to add data to database container from json data dump.
`python back/punchline_shuffle/manage.py loaddata data/data.json`