Skip to content

TFFLabs/SoundFoundryServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SoundFoundryServer

Backend for the sound foundry application.

General description.

This application provides the backend operations necessary for the SoundFoundry application to properly work.

The application offers a set of endpoints as well as a websocket necessary to keep all the listeners no the same run syncronized.

Requirements.

  1. You must have a local instance of mongoDB runing in your local environment or:

docker run --name mongo -d -p27017:27017 mongo:3.4

Run in dev with:

java -jar ./target/soundfoundry-0.0.1-SNAPSHOT.jar --spring.profiles.active=dev

About

Backend for the sound foundry application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages