Skip to content

tacoda/microblog

Repository files navigation

Microblog

A simple Flask app.

A proof of concept to learn how to use Nix and Devenv.

Dependencies

Nix

Using Nix

# Build
nix-build

# Run the flask app
nix-shell --run "python microblog.py"

# Test the output of the sever
nix-shell --run "bash verify.sh"

Using Devenv

Preferred method

# Run the flask app
devenv up

# Start a shell in the app environment
devenv shell

# Run commands in the app environment
devenv shell flask routes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published