Deployed Link https://your-podcast-api.onrender.com/
frontend repo link https://github.com/MohdOwais22/your-podcast-frontend
The project is made with expressjs and uses mongodb for database
Steps to run this app on your localhost
Step:1 -> clone the repo
Step:2 -> do npm install (to install all the dependencies)
Step:3 -> run the app using npm Start or npm run dev (if nodemon is installed)
Step:4 -> you can test the routes in api-testing application like postman