Skip to content

korJAEYOUNGYUN/microblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-microblog

A micro blog application using flask by Miguel. Details in here.

screenshot

Dependencies

  • elasticsearch

  • flask

    • flask-bootstrap
    • flask-httpauth
    • flask-login
    • flask-migrate
    • flask-mail
    • flask-moment
    • flask-sqlalchemy
    • flask-wtf
  • python-dotenv

  • pyjwt

Installation

git clone https://github.com/korJAEYOUNGYUN/Flask-microblog.git
pip install -r requirements.txt

Also, you have to make .env file which contains below secret configs.

SECRET_KEY=%your secret key%
MAIL_SERVER=%your mail server%
MAIL_PORT=%your mail port%
ELASTICSEARCH_URL=%your elasticsearch url%

About

A micro blog application using flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published