Code Monkey home page Code Monkey logo

ultimate-arte-web-app's Introduction

Project Name Typing
Project License Unit tests status Docker Build Status Latest Release Version

About

UAWA is a Python web app to retrieve the list of programs from the best channel in the world and filter them by category.

Getting started

Our Docker image is available on Docker Hub. We use 2 tags to distribute this image:

  • beta : contains the latest features of the main branch
  • vX.X.X : corresponds to a major release of our web app

$ docker pull plag3/uawa
$ docker run --rm --name uawa -d -p 5000:5000 plag3/uawa:v1.0.0

back to top ⬆️

Build docker image locally

  • Clone this repository into your local machine
$ git clone https://github.com/alexispages/Ultimate-ARTE-web-app.git
$ cd Ultimate-ARTE-web-app/
$ docker build -t plag3/uawa:v1.0.0 .
$ docker run --rm --name uawa -d -p 5000:5000 plag3/uawa:v1.0.0

Run python app locally

  • Clone this repository into your local machine
$ git clone https://github.com/alexispages/Ultimate-ARTE-web-app.git
$ cd Ultimate-ARTE-web-app/
$ python3 -m venv $my_venv
$ pip3 install -r requirements.txt
$ python3 app.py

back to top ⬆️

Demo

demo

Features

Thanks to ARTE's API, you will find on our webapp :

  • The page /arte/programme_du_jour containing all the programs of the day, their starting time and their thumbnail.
  • The second page /arte/categories with a drop-down menu allowing you to list the day's programs according to the category they are associated with.

back to top ⬆️

Contributors

Alexis PAGES LinkedIn

Anatole WILKE LinkedIn

Acknowledgments

License

back to top ⬆️

ultimate-arte-web-app's People

Contributors

alexispages avatar nilemme57 avatar

Stargazers

 avatar  avatar

Watchers

 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.