Coder Social home page Coder Social logo

gymlog's Introduction

README

Flask

ORM

SQLALCHEMY

flask-migrate

flask-mail

Python email server emulator

The module doesn't actually send out any mails. It will print the body of the email out to the console.

$ python -m smtpd -n -c DebuggingServer localhost:8025
$ export MAIL_SERVER=localhost
$ export MAIL_PORT=8025

Using the GMAIL Server

$ export MAIL_USERNAME = ...
$ export MAIL_PASSWORD = ...

PyJWT

PyJWT is a Python library which allows you to encode and decode JSON Web Tokens (JWT). This project utilizes PyJWT for user authentication and password reset.

Forms

$ pip install flask-wtforms

wtforms

Setting up development environment

.profile

$ va  # activate virtual env
$ setapp  # set FLASK_APP env
$ fenv  # display set FLASK_* env variables

.gymlog

gymlog's People

Contributors

ayeryn avatar

Stargazers

 avatar

Watchers

 avatar

gymlog's Issues

Restructure Project

  1. Separate app into smaller packagrs using Blueprint
  2. Separate helper functions into utils.py for each package

YearlyReport class

Create new class to support YearlyReport. Pass tests with full year of data

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.