https://github.com/calebowens/career-planner
Caleb's entry into AdamLean's code jam
https://github.com/calebowens/career-planner
Last synced: 12 months ago
JSON representation
Caleb's entry into AdamLean's code jam
- Host: GitHub
- URL: https://github.com/calebowens/career-planner
- Owner: calebowens
- Created: 2024-02-09T16:48:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T13:34:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T14:56:15.249Z (over 1 year ago)
- Language: Ruby
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Adam's Code Jam
This code was created in early 2024 for [Adam's Code Jam](https://jam.adamlearns.com/).
# README
Video submission https://www.youtube.com/watch?v=60silLPLXhA
Hosted at https://career-composer.com
# Potential future development as a product
I'm realising now that I forgot to include this section in my video.
My main idea for monetization and future development was to keep the product free for regular users, and target a paid version to private mentors and companies for use with mentees. This could either be branded as Career Composer or Whitelabeld depending on price teiring.
## Development environment setup
### Pre-Commit Hooks
Everyone should have pre-commit hooks setup!
1. Run `./install_git_hooks.sh`
3. Voila!
## Structure and just ... what is this strange rails-like thing?
I'm glad you asked! This is my [rails starterpack](https://github.com/calebowens/rails-starterpack) which contains a few
not production ready experiments in architecture.