This is a platfrom where anyone can listen to or upload there podcast.
Client: React, Redux, CSS
Server: Node JS, Express
Database: Mongo DB Atlas
- Filter podcast according to tag.
- Upload podcast.
- Before uploading singup is necessary.
- Cross platform.
- Beautiful UI
Open the project in VS code than use command below to run the frontend.
cd frontend
npm start
And to run backend use
cd backend
npm run dev