Music-Album-Records app where artist can add albums with artist and songs, search and filter and sort data. authentication, authorization, jsonWebToken, bcryptjs.
npm install
npm start
dependencies client
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@material-ui/lab": "^4.0.0-alpha.60",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.8",
"@mui/styled-engine": "^5.2.6",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"nanoid": "^3.1.32",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-paginate": "^8.1.0",
"react-redux": "^7.2.6",
"react-router-dom": "5.2",
"react-scripts": "5.0.0",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"web-vitals": "^2.1.3"
dependencies server
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^11.0.0",
"express": "^4.17.2",
"express-validator": "^6.14.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.6",
"nodemon": "^2.0.15",
"passport": "^0.5.2",
"passport-google-oauth2": "^0.2.0",
"uuid": "^8.3.2"