Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 430 Bytes

README.md

File metadata and controls

executable file
·
24 lines (18 loc) · 430 Bytes

Jammify

Soon to be web app to download playlists and create albums from youtube!

Made with Vue, Express, Node and Mongo!!!

first even MEVN stack app

Setup Dev Machine

  1. Clone the repo git clone [email protected]:LonJonn/Thats-My-Jam-v2.git

  2. Navigate into it cd Jammify

  3. Open client

cd client
npm start
  1. Open server
cd server
npm start
  1. Open http://localhost:8080 in browser 8081 for Api