Git Product home page Git Product logo

podcast-app's Introduction

qit logo

Build Status Cypress.io tests JavaScript Style Guide

qit: Listen to Programming Podcasts by Topic

qit...get it? get it? Like...Queue I.T.!

Ok so yeah, the title needs work, but the idea is to let programmers find and listen to podcasts by topic.

Check out a preview here: https://qit.cloud

Important Note!

Currently any changes to the website project require bumping the service worker version. See issue #28

Running the website

The website is a Progressive Web App built on ReactJs that uses styled components.

cd website-react

npm install
npm start

Linting the React website

This website uses the Standard style guide. To auto-lint, just run:

standard --fix

E2E the React website

With the Dev Server running

To run cypress interactive mode, run the following commands:

cd website-react
npm run cypress:open
<click run all tests on the GUI>

To run cypress headless mode, run the following commands:

cd website-react
npm run e2e

Without the Dev Server running

cd website-react
npm run ci

Vladimir`s version of docker

Before running dockers, run

docker network create codingblocks

so that in future containers are able to see each others, within this network

Spin docker containers

Go to desired folder.

# test docker enviroment bindings before creating containers
docker-compose config

# start local development
docker-compose -f docker-compose.yml -f docker-compose.local.yml up -d

# start regular docker
docker-compose build && docker-compose up [ OPTIONAL ] -d (if console is not needed)  

Command to stop container:


# to stop containers
docker-compose stop

Podcast Feed Loader

This is the part of the product that is responsible for importing the data.

It loads podcast feed urls from a file, normalizes them, and then updates them in a search engine. Currently only supports Azure Search.

Read more about it here: Podcast Feed Loader on the wiki

Contributors

Trello for additional insight

QIT Trello Board

podcast-app's People

Contributors

thejoezack avatar minimumviableperson avatar vlado92 avatar davefollett avatar madsn avatar tehpsalmist avatar adamlantz avatar dance2die avatar benjaminsteward avatar madvikinggod avatar snyk-bot avatar

Watchers

James Cloos 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.