#JAVA backend

1 messages · Page 1 of 1 (latest)

leaden patrol
#

can someone please help me with backend with java for a website.. it;s like i don't really knw what to do.. it's litereally the very first time.. please help..anyone

worn haloBOT
#

<@&987246584574140416> please have a look, thanks.

spiral loom
#

What's your specific question? This is a bit broad.

leaden patrol
#

i mean m trying to use vs code for the backend

#

and also built a project in vs code

#

using spring boot

#

but the spring boot is just not running

spiral loom
#

Without a specific error we can't really help as we haven't got the foggiest what you have (not) done.

#

I recommend following their tutorials at spring.academy and leveraging start.spring.io .

#

Furthermore if you're new IntelliJ will likely offer a bit of a smoother experience than Visual Studio Code.

leaden patrol
#

i tried it too

#

i mean once.. goign at it again now

#

but if we have done frontend in vs code and backend in intellij will the website work?

spiral loom
#

Your used development tool has no impact on your code.

leaden patrol
#

ohkayss

#

so we need to do all tht setup again intellij right

#

anyways.. thankyou lots for the help

spiral loom
#

No, you can just load your project in IntelliJ.

leaden patrol
#

ohkay.. ty!

gusty crystal
gusty crystal
#

If you want to test web site locally, run intelij and vs code at the same time, but for deploying on server u will need to configure nginx and tomcat.

#

Just look for tutorials like simple api using Spring Boot.