Skip to content

VocaDB/vocadb

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build status

VocaDB 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 (.NET 7), jQuery, jQuery UI, Bootstrap, React, MobX, and it uses a SQL database through the NHibernate ORM. Server side code is written in C#, most of the client side is TypeScript.

The same software is used for UtaiteDB and TouhouDB.

How to contribute

Take a look at the code and instructions for setting up the development environment (Windows or 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 for programmatic access. Please take a look if you're interested.