Skip to content

tdickson96/Python-CC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Newsfeed

A Python3 project newsfeed to display articles, users, posts, comments, and votes. The template is Flask rendering Jinja templates. The models are defined using Python classes. Queried database using SQLAlchemy methods. Captured data in Flask POST using request. Persisted data using session. Handled database errors by using try ... except. Updated and deleted data by using SQLAlchemy methods. Created a custom decorator function to act as route middleware (@loggedIn).

About

Flask API with an RDBMS database using SQL Alchemy to support the REST API model that performs CRUD operations. Local virtual environment for Python Flask and templating to the application to perform basic DevOps and deploy to a cloud infrastructure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors