GithubHelp home page GithubHelp logo

ibrahim-5 / opensound Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 17 KB

openSound is a Full-Stack web application, allowing users to Upload, Edit and Delete Sounds as part of a open community!

Home Page: http://opensoundspringboot-env.eba-8pc6wy45.eu-west-2.elasticbeanstalk.com/

Java 54.34% HTML 45.66%

opensound's Introduction

openSound

Allows users of the service to upload their Sounds for the world to hear!

Getting Started

Currently at the time of me writing this [16/10/2022] the web application is currently being hosted here!

The web application can also be hosted locally, with some extra steps required.

Hosting Locally

To host locally, you'll be required to provide valid Amazon S3 configurations details. These details should replace the current place-holders within src/main/java/com/ibrahim/opensound/configuration/AmazonDetails.java! An example of the class is shown below.

package com.ibrahim.opensound.configuration;

public enum AmazonDetails {
    ACCESS_KEY("YOUR_ACCESS_KEY"),
    PRIVATE_KEY("YOUR_PRIVATE_KEY"),
    BUCKET_NAME("YOUR_BUCKET_NAME"),
    REGION("YOUR_REGION");

    private String value;

    AmazonDetails(String value) {
        this.value = value;
    }

    public String getValue() {
        return this.value;
    }
}

Once these details are correctly entered, you can now start to host the web application locally on you machine!

Running the application

To run the application you'll need to verify that you do indeed have a JDK version of at-least 11+. Once this is comfirmed all you need to do is execute one of the following executables present at the root of the project:

  • Unix/Linux
./mvnw
  • Windows (Un-tested)
Run the *mvnw.cmd* in the appropriate fashion.

Releases

  • Version 1.0
    • Initial Release. Allows users to upload, listen to, update and delete shared sounds. At this stage there is no concept of User verification, which means anyone can perform the affromentioned operations without clearance. This is something that I hope to introduce in future releases.

opensound's People

Contributors

ibrahim-5 avatar

Stargazers

 avatar

Watchers

 avatar

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.