Each service (frontend and backend) is in its own folder with its own railway.json and .env.example.
To deploy:
- Create a new Railway project.
- Link the corresponding folder (
blog-frontendorblog-backend) as a service. - Railway will auto-detect and deploy using Node.js defaults.
- Set your environment variables in Railway (copy from
.env.example).
Frontend: Next.js app
Backend: NestJS app
For custom domains, environment variables, and advanced configuration, see the Railway Docs.