Skip to content

Essentially a clone of twitter functionality using Flask and React

Notifications You must be signed in to change notification settings

Kwsswart/writter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Writter

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

Project Set Up

  1. Download the source code.
  2. Within ./backend/.env set environment variables:
    1. JWT_SECRET_KEY
    2. SECRET_KEY
    3. MAIL_SERVER=smtp.googlemail.com
    4. MAIL_PORT=587
    5. MAIL_USE_TLS=1
    6. MAIL_USERNAME=
    7. MAIL_PASSWORD=
    8. ADMINS=[]
  3. Create an account on TinyMCE
  4. Within ./frontend/.env set environment variable:
    1. REACT_APP_TINY_API_KEY
  5. Within Python shell run:
    1. from app.security import gen_fernet_key
    2. gen_fernet_key()
    3. copy this key and place it into ./backend/.env KEY=<>

License

This is MIT licensed

About

Essentially a clone of twitter functionality using Flask and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published