Code Monkey home page Code Monkey logo

podcast-master's Introduction

podcast-vue-vuetify-vuex

This is an ongoing college project to be used along sinde a python API to transcribe podcasts to text, therefore until the API is Fully completed the application is communicating with a mockup api just for show purposes.

  • The interface is clean and minimalistic and functionality driven.
  • There are still a lot of things to be worked on but the basic "skeleton" is there

Starting up the project

  1. Download the file as zip, or clone it
  2. cd into the project directory and run the command npm install to install all dependencies
  3. run npm run dev

Problems starting up the project

If encountering any problems with npm run dev try to install webpack and webpack server locally and the re-run npm run dev:

  • npm install --save-dev webpack
  • npm install --save-dev webpack-dev-server

Known bugs so far

While travelling directly to "/podcasts/favourite" without letting the app default to "/podcasts" will result in no data displayed. This is due to the way the http request was implemented, it loads on the created hook of the podcasts route component instead of the created hook of app.vue.

Tests

To mimic a no login or failed login situation under src/store/store.js change the propery user to user:null To mimic a successful login go to src/store/store.js and change the user property to user:{username:'something',favouritePodcasts:[1,2,3,4,,50]} choose so ids

podcast-master's People

Contributors

mrtoxy avatar

Stargazers

 avatar Christiano avatar Pedro Pereira avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.