GithubHelp home page GithubHelp logo

jesusoctavioas / movieapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dall49/movieapp

0.0 1.0 0.0 1.97 MB

A small CRUD movie app with React + Flask REST API + MySQL

License: MIT License

HTML 1.58% CSS 0.17% JavaScript 60.28% Python 36.49% Dockerfile 1.48%

movieapp's Introduction

MovieApp

  • Description
  • Technologies
  • Database Schema
  • Jenkins Setup

โš ๏ธ If you come here from the HackerNoon blog post, it's currently on maintenance and will be changed soon to match these repositories versions

Description

MovieApp is a small CRUD app that allows you to manage your movies.

Technologies

  • Front End
    • React
  • Back End
    • Flask RESTful
  • Database
    • MariaDB

Database Schema

Categories Table

Field Type Null KEY Default Extra
id int no primary auto_increment
name varchar(100) no unique

Movies Table

Field Type Null KEY Default Extra
id int no primary auto_increment
title varchar(100) no unique
image varchar(100) no default.png
rating float no
category_id int no foreign

Jenkins Setup

You will need for Jenkins the following env variables.

remoteUser -> string
remoteHost -> string ( IP Address )
registry -> string
database_root_password -> password
database_name -> string
database_user -> string
database_password -> password

movieapp's People

Contributors

redalegzali avatar

Watchers

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