Leonards03 / programmer-base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

programmer-base

A forum app with simple features:

  • Authentication & Session Management
  • Create Post and Reply

Library used

  • Flask Web Development Microframework used for this project
  • Flask WTF Extension to support WTForms for Flask
  • Flask SQLAlchemy Extension to abstract query through SQLAlchemy
  • Flask Login Extension for managing user login
  • Flask Session Extension to enable server-side session
  • Python Email Validator Extension to validate email
  • Environs extension to simplify environment variable parsing
  • SQLAlchemy Database Toolkit for Python
  • PyMySQL MySQL driver for Python to connecting to database
  • WTForms a flexible forms validation and rendering library for Python web development
  • pytz a library to get a list of timezones
  • tzlocal a library to get locale timezone

About


Languages

Language:Python 44.7%Language:HTML 44.2%Language:CSS 10.2%Language:JavaScript 0.5%Language:Shell 0.4%