A simple React-based music management application that allows users to create, update, delete, and view songs easily. Featuring a state management with Redux and side effect handeling with Redux-Saga.
- CRUD operation
Clone the project
git clone https://github.com/Beki78/test-project/Go to the project directory
cd cd test-projectStart the client
cd client
npm install
npm run devStart the server
cd server
npm install
npm startClient: React Typescript, Emotion Js, Styled Component, Redux-Toolkit, Redux-Saga
Server: MongoDB, Express
Deployment: FrontEnd - Netlify, BackEnd - Render