GithubHelp home page GithubHelp logo

jimmyson / beepbong Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 8.86 MB

Web App to catalogue TV Programme audio tracks

License: GNU General Public License v3.0

C# 58.09% HTML 30.99% CSS 0.95% JavaScript 2.44% TypeScript 7.52%

beepbong's Introduction

BeepBong

This is a code respository, and here are the headlines...

What is BeepBong

BeepBong is a database to help catalog Audio Tracks and Samples for Television and Radio programmes. The platform is designed to be a repository for audio track metadata (et al MusicBrainz for Albums)

Broadcaster Page

Program

Sample Upload

Starting a BeepBong catalog

BeepBong currently does not have any official releases, or processes of managing users. The best way to start creating a catalog is to create your own instance.

Creating a Instance

First you need to retrieve the code before launching an instance and creating a database.

git clone https://github.com/Jimmyson/BeepBong.git

Once the code is downloaded, you can commence a build of the plaform.

dotnet ef database update --project .\src\BeepBong.DataAccess --startup-project .\src\BeepBong.Web
dotnet build .\src\BeepBong.Web

Retrieving JavaScript libraries for the Web UI

BeepBong utilises the Library Manager to handel the JavaScript libraries

dotnet tool install -g Microsoft.Web.LibraryManager.Cli

Once the library manager is installed, the libraries can now be fetched

libman restore

Starting the Web Instance

You are now ready to start the instance, and add data to the database

dotnet run .\src\BeepBong.Web

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.