Full-stack application for creating and managing music playlists.
Client: Vue 3, Nuxt
Server: Node, Nest.JS, MongoDB
You need a local MongoDB database to run this project.
Clone the project
git clone https://github.com/Opyd/next-albumGo to the project directory
cd next-album cd backendInstall dependencies
npm installStart development server
npm run start:prod cd frontendInstall dependencies
npm installStart the server
npm run devVisit website in the browser
To run this project, you will need to add the following environment variables to your .env file
JWT_SECRET
MONGODB_URI

