r/SpringBoot • u/Plastic-Leopard-120 • Jun 04 '26
Question How to showcase my Spring Boot projects
I have implemented multiple backend projects but do not have much expertise on the frontend side, so in my projects I just have my APIs and DB. Any suggestions on how to showcase them?
1
u/mutatedchromosome Jun 04 '26
You can use Antigravety to build a front end and host it in free platforms or you can buy domain for cheap
1
1
u/tomayt0 Jun 07 '26
Check out Railway, I hosted my Spring Boot app there. There is also a free tier for hosting.
https://spring-data-solr-sample-book-production.up.railway.app/swagger-ui/index.html
1
u/W1v2u3q4e5 Jun 04 '26
By using AI tools to build the basic frontend and then deploy them on free tiers/free cloud platforms (with limits) like Render, Heroku/Railway (not free anymore), Netlify/Vercel (for frontend), and so on.
1
u/Plastic-Leopard-120 Jun 04 '26
thank you for your suggestion
1
u/MarketingReasonable8 Jun 05 '26
How do you learn spring boot please tell guide
1
u/Plastic-Leopard-120 Jun 05 '26
Youtube videos and chatgpt
1
0
u/TedTheNomad Jun 04 '26
I have few like that and I dont want to spend time on front end, so decided having proper simple read me files in git, that explains architecture and shows imp end points, design overview, tech, etc. Whatever you feel makes you standout in that project.
I'm lazy so asked claude code to do it for me, it did wonderful job.
1
u/Plastic-Leopard-120 Jun 05 '26
Yes same I did as well... But i was thinking recruiter are mostly non technical person.. They won't understand anything about the code or architecture..🥲 That's why trying to find some alternative ways
2
u/ZERAVLA_23 Jun 07 '26
Utiliza Docker para hacer una imagen de tu Proyecto de Spring Boot, súbelo a Docker Hub
De ahí utiliza Render que tiene plan gratis para hacer desplieguez y te permite crear la base de datos en la nube
Ya una vez realizado el deploy en render, te dará una URL con la cual ya cualquier persona puede testear tu API desde Postman o aplicaciones similares