A micro blog application using flask by Miguel. Details in here.
-
elasticsearch
-
flask
- flask-bootstrap
- flask-httpauth
- flask-login
- flask-migrate
- flask-mail
- flask-moment
- flask-sqlalchemy
- flask-wtf
-
python-dotenv
-
pyjwt
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%