1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00

Update README.md

This commit is contained in:
Kyle Spearrin 2017-08-16 09:11:24 -04:00 committed by GitHub
parent c0555b3b54
commit 288d9dde35

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="https://i.imgur.com/INGIjkh.png" alt="bitwarden" />
<img src="https://i.imgur.com/lcoBQEZ.png" alt="bitwarden" />
</p>
<p align="center">
<a href="https://ci.appveyor.com/project/bitwarden/core/branch/master" target="_blank">
@ -10,6 +10,8 @@
</a>
</p>
-------------------
The bitwarden Core project contains the APIs, database, and other infrastructure items needed for the "backend" of all other bitwarden projects.
The core infrastructure is written in C# using .NET Core with ASP.NET Core. The database is written in T-SQL/SQL Server. The codebase can be developed, built, run, and deployed cross-platform on Windows, macOS, and Linux distributions.