Commit Graph

3 Commits

Author SHA1 Message Date
Mahmoud Emad
fd624d2dae chore: Add MIT License
- Add MIT License to the project.  This clarifies the licensing
  terms for use and distribution of the software.
2025-05-07 14:07:30 +03:00
Mahmoud Emad
645a387528 feat: Add basic project structure and configuration
- Add `.env.template` file for environment variable configuration.
- Add `.gitignore` file to ignore generated files and IDE artifacts.
- Add `Cargo.toml` file specifying project dependencies.
- Add basic project documentation in `README.md` and configuration
  guide in `docs/configuration.md`.
- Add Gitea authentication guide in `docs/gitea-auth.md`.
- Add installation guide in `docs/installation.md`.
- Add MVC architecture guide in `docs/mvc.md`.
- Add views guide in `docs/views.md`.
2025-05-07 14:03:08 +03:00
84d357f0c5 Initial commit 2025-05-07 09:14:01 +00:00