Skip to content

nvenkate-cyber/Blog

Repository files navigation

Flask-Blog

Minimal Flask template to get started on your blog application for MLH Fellowship Production Engineering track.

Installation

Make sure you have python3 and pip installed

Create and activate virtual environment using virtualenv

  1. Add FLASK_ENV=development to .env

  2. $ docker-compose up
  3. Access it at http://127.0.0.1:5000

Use the package manager pip to install all dependencies

pip install -r requirements.txt

Usage

Create a .env file using the example.env template

Start flask development server

$ export FLASK_ENV=development
$ flask run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published