Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/organique0/worse-trello-api
Laravel API
https://github.com/organique0/worse-trello-api
Last synced: about 2 months ago
JSON representation
Laravel API
- Host: GitHub
- URL: https://github.com/organique0/worse-trello-api
- Owner: Organique0
- Created: 2024-04-24T23:38:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T11:07:34.000Z (2 months ago)
- Last Synced: 2024-10-27T23:51:36.413Z (2 months ago)
- Language: PHP
- Homepage: https://fly.io/
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Api for my Trello clone. Made in Laravel by myself.
Having separate frontend and backend servers is a nightmare. All of my problems could have been avoided if I would just host all on one server. No annoying api tokens.
Yeah, it's possible. But the amount of extra work to set it up so just too much.
If I would have just used Laravel with Vue, it would be so much simpler and the result would be the same (same with only Nuxt).Turns out hosting Laravel is not an easy task. So many settings. I have set my env variable to a wrong url and spent days figuring out why it won't work. Maybe if I would just pay closer attention to the documentation, it could save me a lot of time. At least I have learnt about Vapor in the process. It's like Vercel but for Laravel. Main problem with it is just the super limited free tier. But for production, if you are fine with serverless, it could be nice.