This is essentially a clone of the twitter interface, that I am doing in order to practice and improve my ability with React and Flask.
You may see a hosted version of this application here
- Download the source code.
- Within ./backend/.env set environment variables:
- JWT_SECRET_KEY
- SECRET_KEY
- MAIL_SERVER=smtp.googlemail.com
- MAIL_PORT=587
- MAIL_USE_TLS=1
- MAIL_USERNAME=
- MAIL_PASSWORD=
- ADMINS=[]
- Create an account on TinyMCE
- Within ./frontend/.env set environment variable:
- REACT_APP_TINY_API_KEY
- Within Python shell run:
- from app.security import gen_fernet_key
- gen_fernet_key()
- copy this key and place it into ./backend/.env KEY=<>
This is MIT licensed