arislaode / crud-movie-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Background

A film – also called a movie, motion picture, moving picture, picture or photoplay , therefore movie app is considered help to achieve the goal.

Usage

This Template is created as a framework as a backend service.

How to use

  • Create environment

    pip install virtualenv
    virtualenv -p python3 env
  • Active environment:

        source env/bin/activate
  • Install all package needed

        pip install -r requirements.txt
  • Run project

        bash boot.sh

Design

This service design is based on the template recommended by flask and exploreflask.

Contact

For any problem contact the Deployment Engineer.

About


Languages

Language:Python 99.4%Language:Shell 0.6%