How easy is it?
Anonymous
TRIALOP

a year ago

I am a fullstack developer (C# .NET & Java spring boot) now I have little experience in deploying the programs/websites I build.

Now is my question, how easy is t to use railway to host a Java Spring boot backend with a Angular frontend?
And what will I need to learn more on to do this as smoothly as possible?

8 Replies

Anonymous
TRIALOP

a year ago

N/A


a year ago

I don't use Java or Angular but there are guides and templates you could look at, it should be very easy

How to deploy spring boot on Railway:

(Static) Angular template

-# Most noteworthy thing here is the Caddyfile and Nixpacks.toml which will proxy your static angular application properly, you should just be able to copy and paste it into any static angular site


Anonymous
TRIALOP

a year ago

Alright I read it over (a little) and basically instead of letting my IDE generate the template, I will need to use the template from railway and then I can just program as I normally would?

And the pipeline is 'auto' when I each time push to github i guess?


a year ago

You can make your own template, the template Railway provides just shows you how to deploy it properly
if you do make your own then you can just take the Caddyfile and Nixpacks.toml file and slap it into your project and it should work fine


Anonymous
TRIALOP

a year ago

Oh wow, that's surprisingly easy :p


Anonymous
TRIALOP

a year ago

thanks for the help!


a year ago

And the pipeline is 'auto' when I each time push to github i guess?
yes!


a year ago

No problem 🙂


Loading...