Skip to content

shekargoud26/flask-blogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-blogger

flask-blogger is a sample blogging site built using flask and jinja templates. It contains basic functionalities such as user registeration, login. create, update and delete posts after logging in.

Usage

Setting up the files and environment

git clone https://github.com/shekargoud26/flask-blogger.git
cd flask-blogger
# create conda environment using the env file
conda env create -f flask-env.yml
conda activate flaskr

Setting the environment variables

export FLASK_APP=flaskr
export FLASK_ENV=development

Running the application

# creating/clearing the database and tables
flask init-db
flask run

Screenshots

index login

About

A blogging application with Fask and sqlite3 backend

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published