Music Playlist is a full-stack application that has CRUD functionality.
Server
Database
To get a local copy up and running, follow these steps:
In order to run this project, you need:
Clone this repository to your desired folder:
git clone https://github.com/yourusername/your-repo.git
cd your-repo
cd client
npm install
npm run dev
cd server
npm install
npm start