https://github.com/haalon/shuffle
https://github.com/haalon/shuffle
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haalon/shuffle
- Owner: Haalon
- Created: 2022-08-25T17:53:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T21:59:30.000Z (10 months ago)
- Last Synced: 2025-01-01T01:18:50.018Z (6 months ago)
- Language: JavaScript
- Size: 1.46 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`