https://github.com/muradisazade777/vaultedge
**VaultEdge** is a secure, modular, and scalable backend system built with C#. It provides robust user authentication, encrypted vault storage, and a clean RESTful API architecture.
https://github.com/muradisazade777/vaultedge
api backend backend-api backend-server backend-service core csharp data json json-server testing token
Last synced: 3 months ago
JSON representation
**VaultEdge** is a secure, modular, and scalable backend system built with C#. It provides robust user authentication, encrypted vault storage, and a clean RESTful API architecture.
- Host: GitHub
- URL: https://github.com/muradisazade777/vaultedge
- Owner: MuradIsazade777
- License: other
- Created: 2025-10-22T15:31:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-10-22T15:52:00.000Z (4 months ago)
- Last Synced: 2025-10-22T17:38:18.825Z (4 months ago)
- Topics: api, backend, backend-api, backend-server, backend-service, core, csharp, data, json, json-server, testing, token
- Language: C#
- Homepage:
- Size: 2.24 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ก๏ธ VaultEdge
**VaultEdge** is a secure, modular, and scalable backend system built with C#. It provides robust user authentication, encrypted vault storage, and a clean RESTful API architecture. Designed for developers who value clarity, extensibility, and performance.
## ๐ Features
- ๐ JWT-based authentication and token lifecycle
- ๐๏ธ Vault item CRUD operations
- ๐ฅ User management and role support
- ๐งฉ Modular service and repository architecture
- ๐งช Unit and integration tests with xUnit
- ๐ Swagger-powered API documentation
- ๐จ Branded logo and documentation assets
## โถ๏ธ Getting Started
```bash
cd VaultEdge.API
dotnet run
Visit Swagger UI at:
Code
http://localhost:5289/swagger
๐งช Running Tests
bash
cd VaultEdge.Tests
dotnet test
```
๐ท Logo

๐ License
This project is licensed under the MIT License. See LICENSE for details.