Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 613 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 613 Bytes

bazelflask

A Simple Flask app that uses devconatiner and bazel to build and run

Prerequisites

  • Docker

Getting Started

  1. Clone the repository:

    $ git clone https://github.com/thirdknife/bazelflask.git
    $ cd bazelflask
    $ code .
  2. Reopen in devcontainer.

  3. Flask application should be built upon container being ready. After its ready run the following command and it should start the application asking you to open in browser if port was forwarded correctly.

    make run
  4. Access the Flask app at http://localhost:5000.