/NuxtJs-SSR-Auth

I did a SSR (Server-Side-Rendering) project with using NuxtJs. In this application spotify-API used for searching any song which user type in. User can listen, add and share that song. So it's basically a song share application. For this app I focused on backend side of this project. Such as UserAuth, SSR and Api calls

Primary LanguageJavaScript

nuxt-spotify

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.