Skip to content

Cybernaut-Official/basic-flask-blog-app

Repository files navigation

Basic flask blog application

Steps to be followed

  • Step1: Create a virtual environment
virtualenv env
  • Step2: Activate the virtualenv
. env\Scripts\activate
  • Step3: Install all requirements
pip install -r requirements.txt
  • Step4: Run the flask application
python app.py

Setup with Docker

docker-compose up --build

Now your app will be running on localhost port 8000 → here

Note:

This is a basic flask application that can be used by beginners who are learning flask You can edit the html templates and playaround with the styling

Having any issues: Contact : ahnashwin1305@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published