Skip to content

Application for creating and managing your music-album playlists. Created with Nuxt.js & Nest.js & MongoDB

License

Notifications You must be signed in to change notification settings

Opyd/next-album

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application for music playlists

Full-stack application for creating and managing music playlists.

Tech Stack

Client: Vue 3, Nuxt

Server: Node, Nest.JS, MongoDB

Screenshots

Imgur List

Run Locally

You need a local MongoDB database to run this project.

Clone the project

  git clone https://github.com/Opyd/next-album

Go to the project directory

  cd next-album

Backend

  cd backend

Install dependencies

  npm install

Start development server

  npm run start:prod

Frontend

  cd frontend

Install dependencies

  npm install

Start the server

  npm run dev

Visit website in the browser

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

JWT_SECRET

MONGODB_URI

About

Application for creating and managing your music-album playlists. Created with Nuxt.js & Nest.js & MongoDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published