My First Day Building Full-Stack: Spring Boot + Next.js
Rohan Nilatkar

Rohan Nilatkar @iixpreyliet

About: I'm investigating the structure of the web, one layer at a time. Currently learning JavaScript, and Next.js while exploring Java and Spring Boot on the backend.

Location:
Maharashtra,India
Joined:
Mar 22, 2025

My First Day Building Full-Stack: Spring Boot + Next.js

Publish Date: Nov 17
1 0

✅ What I did today

Created my first Spring Boot (Java) project

Wrote a small API using @RestController and @GetMapping

Fixed a port issue on 8080 (took me a while 😅)

Ran the backend and saw my API respond in the browser

Installed and set up Next.js

Made a simple homepage with two links

Learned how frontend (Next.js) and backend (Spring Boot) can talk to each other

🧠 What I understood

Backend = where the logic happens

Frontend = what the user sees

API = the connection between the two

Errors are normal… and solving them teaches you the most

🎯 What’s next?

I want to practice making more pages in Next.js, connect them to APIs, and slowly get better at both sides of development.

Comments 0 total

    Add comment