An open API service indexing awesome lists of open source software.

https://github.com/garretthilberling/python-newsfeed

Python Newsfeed is a social media application built as an implementation of a Python API. Users can create an account or login, create/edit/delete a post, and comment on/like the posts of other users. The API was built using Python, MySQL, PyMySQL, SQLAlchemy (ORM), bcrypt (password hashing), Flask, and gunicorn. It was implemented into the frontend using Jinja2 for templating.
https://github.com/garretthilberling/python-newsfeed

flask gunicorn jinja2 mysql pymysql python sql sqlalchemy

Last synced: about 2 months ago
JSON representation

Python Newsfeed is a social media application built as an implementation of a Python API. Users can create an account or login, create/edit/delete a post, and comment on/like the posts of other users. The API was built using Python, MySQL, PyMySQL, SQLAlchemy (ORM), bcrypt (password hashing), Flask, and gunicorn. It was implemented into the frontend using Jinja2 for templating.

Awesome Lists containing this project