Git Product home page Git Product logo

web-using-flask's Introduction

This repository is my exercise which is derived from Corey Schafer youtube tutorial

Python Flask Tutorial:
Full-Featured Web App link : https://www.youtube.com/watch?v=MwZwr5Tvyxo&list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH

In this directory. the important one is run.py and flaskblog

17 March 2019
- Getting started on Flask
- Make some basic routes : login , home , register , about

18 March 2019
- Editing HTML with jinja
- allows developer to make conditions, loops , etc inside the html file
- extends html layout from each other
- Login and Registration form created. Third day flask web activities
- Delivering flash messages to the user if they are finished signing up or signing in by using bootstrap extension for flask

21 March 2019
- Setting Secret Key for the blog, by generating python random hex number
- Getting started to SQLAlchemy and connecting SQLite to app
- Added author and reference inside the SQLite database using SQLAlchemy ORM
- Setting rules for each column in SQLite table

23 March 2019
- Increase Security on user passwords, using hash approach by flask-bcrypt
- Make user validation. when the user is already logged in, no need to show login and register in web page
- Redirect users to login page if they haven't logged in yet access the profile page
- Restructuring modules in the project. allows for better layout and effectiveness of codes

7 April 2019
- Added features that handle updating profile picture , username , and email of logged in user with certain conditions
- Importing OS and Pillow libraries to handle pictures , storages , and directories
- OS is used to add uploaded photo to profile_pics folder
- Pillow is used to resize image to smaller pixels, so that the web loads faster and less storage used

web-using-flask's People

Contributors

ilhamadhim avatar

Watchers

James Cloos avatar

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.