Skip to content

thirdknife/bazelflask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published