Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,14 @@ The application is deployed on **Railway** (railway.app) with automatic deploys
https://final-project-ibm-springboot-production.up.railway.app/
```

> **Note:** This deployment is currently offline. Railway's free trial period ($5 credit) has expired and the project does not require a paid production environment at this stage. To test the application, use Docker Compose locally:
>
> ```bash
> docker compose up --build
> ```
>
> The Railway configuration documented above remains valid — re-deploying is a matter of connecting the repository again and setting the same environment variables.

## License

This project is open source and available for educational purposes.
Expand Down
Loading