DEV Community

manoj singh
manoj singh

Posted on

Music api

Trying something different — building in public

I’m currently working on a Music API backend using Node.js & Express.

This is still a basic version, but instead of waiting for perfection, I decided to share it early.

👷 What’s done so far:

REST APIs for songs
Play / Like interactions
Basic middleware setup
Clean folder structure

💭 Now I’m thinking:

How can I make this more scalable?
What should I improve for production-level APIs?
What features would you add if you were building this?
I’d really appreciate feedback, suggestions, or even criticism.

Learning by building → Building by learning 🚀

🛠 For better experience, run it locally:

Clone the repo

Install dependencies

Add environment variables

Start the server and test via Postman / Swagger

🔗 GitHub Repo: https://github.com/manojsingh00963/MusicVerse-API

NodeJS #BackendDevelopment #APIs #LearningInPublic #BuildInPublic #ExpressJS

Top comments (0)