FlaskBlog API is a robust RESTful backend built with Flask for managing users, posts, and comments in a blogging platform. It supports full CRUD operations, user authentication via JWT, and relational ...
ENV SECRET_KEY='YOUR SECRETKEY' ENV SQLALCHEMY_DATABASE_URI='sqlite:///site.db' ENV MAIL_SERVER='SMTP MAIL SERVER' ENV SMTP_PORT='SMTP PORT' ENV MAIL_USERNAME='SMTP ...