An open API service indexing awesome lists of open source software.

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.

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
![VaultEdge Logo](VaultEdge.Docs/VaultEdge_Logo.png)

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