Giter Site home page Giter Site logo

reverbify-api's People

Contributors

sarimaleem avatar themisbahnator avatar

Stargazers

 avatar

Watchers

 avatar  avatar

reverbify-api's Issues

Set up AWS S3

  • Turn off the S3 bucket for the last project and create a new one
  • When downloading the mp3 file, store in the S3 Bucket
  • Figure out a proper naming convetion (might rely on MongoDB to create unique keys)

Set up MongoDB (w schema)

  • Create the collection document schema outlined below
  • figure out how to create the entities above using golang, and how to continue to populate the table as users request downloads
  • here is a scheme brain plan below
    schema

file naming convention

change file naming convention so it isnt reliant on the title of the video but rather the user name, timestamp, and the effects placed on the video

Endpoints

Create some new endpoints

createUser - builds a folder within the s3 bucket for each user, figure out a way to make the name unique given the username
this should involve some authentication, maybe later you could implement this where you would also require the password when
making the request

getSong - given a username, we can access the specific folder in the s3 bucket and pull the requested file of the song
The other details like song link, title, and thumbnail will be stored in firebase, we could retrieve that here or get it on the mobile app
for credit

EXTRA: websocket connection that allows you to retrieve from edits made live through a socket connection sending messages back and forth.

Deployment

figure out a way to deploy the backend probably with netlify, aws or gcp. make sure its cheap cuz i aint that rich

Duration wrong

duration gives the time of the song before download, we need it after

Progress bar

instead of a post request, figure out how to use websockets in golang to update the client after every step of the download and audio proccessing is complete. This will create more transparency on the front end.

youtube url

input validation is incorrect as it leads to a 500 error, fix that

Sign/log in functionality

  • create sign in functionality where users can create accounts
  • figure how to use bcrypt to encrypt passwords so they are safe to store
  • enpoints probably need
    • create account
    • change password
    • signing in (returning some token to use the rest of the api services)
  • connect with mongoDB

youtube-dl

replace all instances of youtube-dl in place of ytdlp or another method to replace the way to get titles of youtube videos.

Docker

Create a docker container that runs the application locally (at first)

  • should have the exectubles ffmpeg, ytdlp, and youtube-dl within the container
  • should also have a build directory that clones this projects and runs it

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.