Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 743 Bytes

readme.md

File metadata and controls

31 lines (22 loc) · 743 Bytes

Official Vovoca API

Vovoca is a special website made for Sound creators and students. It is a free platform to host your music and download it for free and use it wherever you want royalty-free.

Tech Stack:

  • Node
  • Express
  • PostgreSQL

Packages Used:

  • Multer (to manage audio files)
  • Pexels (to generate a random image for music)

How to run locally:

// Install all the dependecies
npm install

// Run the server using nodemon
npm run dev 

// Server will be live on http://localhost:5000

Mind Map

Miro-map