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.
- Node
- Express
- PostgreSQL
- Multer (to manage audio files)
- Pexels (to generate a random image for music)
// Install all the dependecies
npm install
// Run the server using nodemon
npm run dev
// Server will be live on http://localhost:5000