DEV Community

Discussion on: I built a tool to help me keep track of my job hunt - JobHuntBuddy

Collapse
 
messerli90 profile image
Michael Messerli

I think it would be fairly straightforward to port it to use a laravel backend instead of Firebase. All the API calls are in repository files and the rest of the code shouldn't care where the data comes from.

Would be interesting to see a fork that uses laravel instead, I'd actually be more comfortable with that stack but wanted to learn something new 😁