All Projects → olawalejarvis → Blog_api_tutorial

olawalejarvis / Blog_api_tutorial

Blog API Written in Python Flask- Part 1: https://www.codementor.io/olawalealadeusi896/restful-api-with-python-flask-framework-and-postgres-db-part-1-kbrwbygx5 Part 2: https://www.codementor.io/olawalealadeusi896/building-a-restful-blog-apis-using-python-and-flask-part-2-l9y8awusp Part 3: https://www.codementor.io/olawalealadeusi896/building-a-restful-blog-apis-using-python-and-flask-part-3-lx7rt8pfk

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Blog api tutorial

Cms
Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
Stars: ✭ 498 (+572.97%)
Mutual labels:  api, blog
Zayzafoun
A simple web blog script written in Python & Flask
Stars: ✭ 30 (-59.46%)
Mutual labels:  blog, flask
Pymessager
Python API to develop chatbot on Facebook Messenger Platform
Stars: ✭ 580 (+683.78%)
Mutual labels:  api, flask
Toapi
Every web site provides APIs.
Stars: ✭ 3,209 (+4236.49%)
Mutual labels:  api, flask
Gaanaapi
Unofficial Gaana API
Stars: ✭ 59 (-20.27%)
Mutual labels:  api, flask
Octblog
Yet another blog system powered by Flask and MongoDB
Stars: ✭ 421 (+468.92%)
Mutual labels:  blog, flask
Social Listener
Python project used to collect tweets and social-network data from Social's API
Stars: ✭ 9 (-87.84%)
Mutual labels:  api, flask
Flasgger
Easy OpenAPI specs and Swagger UI for your Flask API
Stars: ✭ 2,825 (+3717.57%)
Mutual labels:  api, flask
Flask Tutorial
A tutorial to build your first flask application
Stars: ✭ 58 (-21.62%)
Mutual labels:  api, flask
Flask Restx
Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 1,050 (+1318.92%)
Mutual labels:  api, flask
Flask Api Starter Kit
Start a Flask API in less than 5 minutes
Stars: ✭ 296 (+300%)
Mutual labels:  api, flask
Graphql Server
This is the core package for using GraphQL in a custom server easily
Stars: ✭ 65 (-12.16%)
Mutual labels:  api, flask
Weixin Spider
微信公众号爬虫,公众号历史文章,文章评论,文章阅读及在看数据,可视化web页面,可部署于Windows服务器。基于Python3之flask/mysql/redis/mitmproxy/pywin32等实现,高效微信爬虫,微信公众号爬虫,历史文章,文章评论,数据更新。
Stars: ✭ 287 (+287.84%)
Mutual labels:  api, flask
Full Stack
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
Stars: ✭ 451 (+509.46%)
Mutual labels:  api, flask
Quora Api
An unofficial API for Quora.
Stars: ✭ 250 (+237.84%)
Mutual labels:  api, flask
Apispec
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Stars: ✭ 831 (+1022.97%)
Mutual labels:  api, flask
Flask api
Creating a Machine Learning API using Flask - Repository for AV Article
Stars: ✭ 177 (+139.19%)
Mutual labels:  api, flask
Flask Restplus
Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 2,585 (+3393.24%)
Mutual labels:  api, flask
Python Api Development Fundamentals
Develop a full-stack web application with Python and Flask
Stars: ✭ 44 (-40.54%)
Mutual labels:  api, flask
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+1410.81%)
Mutual labels:  api, flask

Blog API

Build Status Coverage Status

Installation

  • Install Python, Pipenv and Postgres on your machine
  • Clone the repository $ git clone https://github.com/olawalejarvis/blog_api.git
  • Change into the directory $ cd /blog_api
  • Activate the project virtual environment with $ pipenv shell command
  • Install all required dependencies with $ pipenv install
  • Export the required environment variables
    $ export FLASK_ENV=development
    $ export DATABASE_URL=postgres://name:[email protected]:port/blog_api_db
    $ export JWT_SECRET_KEY=hhgaghhgsdhdhdd
    
  • Start the app with python run.py

POSTS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].