Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vocadb/vocadb
VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.
https://github.com/vocadb/vocadb
albums asp-net-core csharp css hatsune-miku html japan mdx music music-database music-video nico-nico-douga nnd react songs typescript utau vocadb vocaloid vocaloid-database
Last synced: 3 days ago
JSON representation
VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.
- Host: GitHub
- URL: https://github.com/vocadb/vocadb
- Owner: VocaDB
- License: other
- Created: 2013-09-21T12:35:42.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T14:21:45.000Z (22 days ago)
- Last Synced: 2025-01-11T22:03:12.247Z (10 days ago)
- Topics: albums, asp-net-core, csharp, css, hatsune-miku, html, japan, mdx, music, music-database, music-video, nico-nico-douga, nnd, react, songs, typescript, utau, vocadb, vocaloid, vocaloid-database
- Language: C#
- Homepage: https://vocadb.net
- Size: 74 MB
- Stars: 358
- Watchers: 25
- Forks: 39
- Open Issues: 249
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: License.txt
Awesome Lists containing this project
README
[![Build status](https://ci.appveyor.com/api/projects/status/dnkxh6qoqcnxfei5/branch/master?svg=true)](https://ci.appveyor.com/project/riipah/vocadb/branch/master)
[VocaDB](https://vocadb.net) is a Vocaloid Database with translated artists, albums, music videos and more. Our goal is to be the most accurate and complete source of Vocaloid discography and artists.
The software is based on [ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/) ([.NET 7](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)), [jQuery](https://jquery.com/), [jQuery UI](https://jqueryui.com/), [Bootstrap](https://getbootstrap.com/2.3.2/), [React](https://reactjs.org/), [MobX](https://mobx.js.org/), and it uses a SQL database through the [NHibernate ORM](https://nhibernate.info/).
Server side code is written in C#, most of the client side is TypeScript.The same software is used for [UtaiteDB](https://utaitedb.net/) and [TouhouDB](https://touhoudb.com/).
## How to contribute
Take a look at the code and instructions for setting up the development environment ([Windows](https://wiki.vocadb.net/docs/development/vocadb-development-environment-windows) or [Linux](https://wiki.vocadb.net/docs/development/vocadb-development-environment-linux)).
Any bugs and change requests are to be reported here, on the issues tab.
If you think you could help, take a look at the list of reported issues,
create a fork and you can fix it there and create a pull request back to the main repository.## Web API
We have a [comprehensive web API](https://wiki.vocadb.net/docs/development/public-api) for programmatic access. The [full list of available endpoints](https://vocadb.net/swagger/index.html) is documented using OpenAPI. Please take a look if you're interested.