Skip to content

PavloShutz/book-writer

Repository files navigation

check-tests-passing

Shows an illustrated sun in light mode and a moon with stars in dark mode.

book-writer

What is it?

Book writer web application allows you to write your book online. Though it seems like a post creating app, in future there will be added some specific features that allows you to create book.

Why it is cool?

  1. Easy registration and loginization.
  2. Cool book editor.
  3. Read other people's books and rate them.
  4. See users statistics

How to install it?

  • Clone this repository

git clone https://github.com/PavloShutz/book-writer.git
  • Install all requirements

pip install -r requirements.txt

Other preparations

  • Initialize database:
flask init-db
  • Specify secret keys in config.py:
SECRET_KEY = "YOUR SECRET KEY HERE"
WTF_CSRF_SECRET_KEY = "YOUR SECRET KEY HERE"