This commit is contained in:
mtrx 2025-05-04 04:31:05 +02:00
parent 36331c1182
commit 40e43c878b

View file

@ -7,17 +7,17 @@ With the first iteration of this project, I've learned a lot and realized, it wo
### Features included
- Aiming for 80% test coverage
- Server side rendered posts using fast templating engine
- Server-side rendered posts using fast templating engine
- Single user session management using CSRF tokens
- Admin panel for post CRUD unlocked via submit token
- Input sanitization
- Post-title based URLs instead of using count-up IDs
- Static file hosting
- Configuration via Environment variables
- Configuration via environment variables
- Container support
- Request logging
- Minimal CSS for accessibility
- Run profiles for development
- Run profiles for development (mocking) and production
### Features deliberately omitted