quantumsheep / api

Soundhive's API, powered by NestJS

Home Page:https://soundhive-api.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soundhive Logo

Soundhive is a free music and community streaming service allowing independent artists to share their music and others to discover and identify music thanks to fingerprinting.

Description

This repository contains the API of Soundhive.

Installation

npm install

Database setup

npm run db:reset

Running the app

# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod

Test

# unit tests
npm run test

# e2e tests
npm run test:e2e

# test coverage
npm run test:cov

About

Soundhive's API, powered by NestJS

https://soundhive-api.herokuapp.com/


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%