This website requires JavaScript.
Explore
Help
Register
Sign In
vikingowl
/
owly-news
Watch
1
Star
0
Fork
0
You've already forked owly-news
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
aa520efb823f708ac2b08346ec28df7f7604743f
owly-news
/
backend-rust
History
vikingowl
aa520efb82
[update] updated
ROADMAP.md
with new project architecture details, enhanced phase descriptions, and added configuration/system design elements
2025-08-06 11:46:43 +02:00
..
migrations
removed custom migration logic, integrated
sqlx
native migrations, and reorganized migration files for clarity and maintainability
2025-08-05 05:00:38 +02:00
src
added
config.toml
support for flexible server configuration, integrated
toml
crate for parsing, refactored configuration management to use
AppSettings
, and updated database initialization logic
2025-08-05 11:24:59 +02:00
.gitignore
added database migration and initialization logic to backend, including migration loader and async migration runner
2025-08-05 03:16:36 +02:00
Cargo.lock
added
config.toml
support for flexible server configuration, integrated
toml
crate for parsing, refactored configuration management to use
AppSettings
, and updated database initialization logic
2025-08-05 11:24:59 +02:00
Cargo.toml
added
config.toml
support for flexible server configuration, integrated
toml
crate for parsing, refactored configuration management to use
AppSettings
, and updated database initialization logic
2025-08-05 11:24:59 +02:00
config.toml
added
config.toml
support for flexible server configuration, integrated
toml
crate for parsing, refactored configuration management to use
AppSettings
, and updated database initialization logic
2025-08-05 11:24:59 +02:00
example.env
removed custom migration logic, integrated
sqlx
native migrations, and reorganized migration files for clarity and maintainability
2025-08-05 05:00:38 +02:00
ROADMAP.md
[update] updated
ROADMAP.md
with new project architecture details, enhanced phase descriptions, and added configuration/system design elements
2025-08-06 11:46:43 +02:00