Musiana
About this project
Full-stack music streaming platform with real-time collaboration features, built using the MERN stack with Firebase authentication and cloud storage.
Technology & Features
- React
- Redux
- Sass
- TypeScript
- Node.js
- Express
- MongoDB
- Firebase
- Cloudinary
- JWT
Environment
Frontend
Make sure to add these to either local.env or .env file
# .envCopy
VITE_APP_BACKEND_URL=""
VITE_APP_FIREBASE_KEY=""
VITE_APP_CLOUD_NAME=""
Backend
Make sure to add these to either local.env or .env file
# .envCopy
MONGO_URI=""
JWT_SECRET=""
JWT_LIFETIME=""
CLOUD_NAME=""
CLOUD_API_KEY=""
CLOUD_API_SECRET=""
PORT=""