- This is a web app that you can write things down.
- A demo project for Spring Boot.
- https://diary-qa.up.railway.app
- If you wish to try the site but it's down. Please contact me.
- Data stored isn't secure and will be deleted irregularly.
- The app is deployed using Railway, and the DB is hosted on db4free.
DIARY_ACTIVE_PROFILE="dev" # dev / qa
DIARY_DEV_HOST="localhost"
DIARY_DEV_PORT="3306"
DIARY_DEV_DB="diarydev"
DIARY_DEV_USERNAME="root"
DIARY_DEV_PASSWORD="root"
DIARY_QA_HOST=...
DIARY_QA_PORT=...
DIARY_QA_DB=...
DIARY_QA_USERNAME=...
DIARY_QA_PASSWORD=...