Skip to content

Book Blog, created using Flask (many commits behind real repository...)

Notifications You must be signed in to change notification settings

rsun19/book-blog-

Repository files navigation

book-blog-

Book Blog, created using Flask

https://www.robertsrandomreviews.com/

STEPS TO RUN LOCALLY:

  1. Make sure you are using Python 3.8

  2. In the terminal of the project directory (or VS Code terminal), run:

  • Mac/Linux: . .venv/bin/activate
  • Windows: .venv\Scripts\activate
  1. In your .venv environment, run pip install -r requirements.txt

  2. In a seperate terminal session, run: npx tailwindcss -i ./bookblog/static/stylesheet.css -o ./bookblog/static/output.css --watch

  3. Set secret key, Google auth credentials, and master email in init.py and routes.py

  • Get google auth credentials from the Google Cloud Console.
  • Should be under auth credentials.
  1. In your .venv environment, run python run.py

  2. In the future, you ONLY need to run step 4 if you want to make CSS changes, but step 2 and 6 is mandatory. All other steps can be ignored!

  3. You're done! Enjoy! Please put a PR if you want to contribute! Insert an issue if there are any issues configuring.

About

Book Blog, created using Flask (many commits behind real repository...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published