Musiana
About this project
This is just some placeholder text until i make time to actually create the real deal. If you're seeing this, then it means I love you
Technology & Features
- Tailwind
- React
- Redux
- Next js 13
- Type Script
- Node js
- Express js
- Firebase
- Graphql
- Stripe
Environment
Frontend
Make sure to add these to either local.env
or .env
file
# .env
Copy
VITE_APP_BACKEND_URL=""
VITE_APP_CLOUD_NAME=""
VITE_APP_GOOGLE_CLIENT_ID=""
VITE_APP_GOOGLE_CLIENT_SECRET=""
VITE_APP_FIREBASE_KEY=""
Backend
Make sure to add these to either local.env
or .env
file
# .env
Copy
CLOUD_API_KEY=""
CLOUD_API_SECRET=""
CLOUD_NAME=""
JWT_LIFETIME=""
JWT_SECRET=""
MONGO_URI=""
MODE=""
PORT=""
EMAIL_HOST=""
EMAIL_USER=""
EMAIL_PASS=""
GOOGLE_CLIENT_SECRET=""
CRYPTR_KEY=""
GOOGLE_CLIENT_ID=""
FRONTEND_URL=""