https://github.com/technologicnick/resume-builder
TUDCTF2024 Challenge
https://github.com/technologicnick/resume-builder
Last synced: 3 months ago
JSON representation
TUDCTF2024 Challenge
- Host: GitHub
- URL: https://github.com/technologicnick/resume-builder
- Owner: TechnologicNick
- License: mit
- Created: 2024-09-09T22:58:32.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-23T18:30:27.000Z (4 months ago)
- Last Synced: 2025-01-23T19:29:17.219Z (4 months ago)
- Language: TypeScript
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume Builder

This project was originally designed as a challenge for [TUDCTF 2024](https://ctftime.org/event/2487). I've since repurposed it to create my own resume in.
## CTF Challenge
Start the challenge with `docker compose up --build` and access `http://localhost:3000` to see the result.
You can also run the challenge outside of Docker with `yarn install` and `yarn dev`.
A solve script can be found in [./solve.js](solve.js)