Skip to content

A simple application to quickly consult which platforms a film is available on.

License

Notifications You must be signed in to change notification settings

pippobonas/KinetogrApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KinetogrApp

A simple application to quickly consult which platforms a film is available on. KinetogrApp is built using React for the frontend and Flask for the backend.

Feature

  • View the list of movies
  • Search of movies

Installation

  1. Clone the repository

  2. Install the dependencies

    • For React:
    cd React/kinetograpp-react
    npm install
    • For Flask:
    cd Flask
    pip install -r requirements.txt
      • [Optional] Create python environment
    mkdir .venv
    python -m venv .venv
  3. Start the backend server

    • -[Optional] Create Migration with flask-migrate
     flask db migrate -m "initial migration"
    • run
    flask run
  4. Start the frontend server

    • run
    cd React/kinetograpp-react
    npm start

About

A simple application to quickly consult which platforms a film is available on.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published