🌐
GitHub
github.com › flask-restful › flask-restful
GitHub - flask-restful/flask-restful: Simple framework for creating REST APIs · GitHub
Simple framework for creating REST APIs. Contribute to flask-restful/flask-restful development by creating an account on GitHub.
Starred by 6.9K users
Forked by 1K users
Languages   Python 97.6% | Makefile 2.4%
🌐
GitHub
github.com › bryaneaton › flask-restful
GitHub - bryaneaton/flask-restful: Flask example project with flask-restful and flask-jwt-extended!
Flask example project with flask-restful and flask-jwt-extended! - bryaneaton/flask-restful
Starred by 131 users
Forked by 30 users
Languages   Python 61.8% | Shell 35.7% | Dockerfile 2.5% | Python 61.8% | Shell 35.7% | Dockerfile 2.5%
🌐
GitHub
github.com › flask-api › flask-api
GitHub - flask-api/flask-api: Browsable web APIs for Flask. · GitHub
It gives you properly content-negotiated responses and smart request parsing: ... Return any valid response object as normal, or return a list or dict. @app.route('/example/') def example(): return {'hello': 'world'}
Starred by 1.5K users
Forked by 194 users
Languages   Python 82.4% | HTML 9.8% | Makefile 3.9% | CSS 2.1% | JavaScript 1.8%
🌐
GitHub
github.com › tecladocode › rest-apis-flask-python
GitHub - tecladocode/rest-apis-flask-python: Projects and e-book for our course, REST APIs with Flask and Python
This section (only available on Udemy) helps programmers who are new to Python get acquainted with the language. It is not a complete-beginner Python course! The code in this section includes a simple Flask app that accepts and returns JSON data. Introduction to Docker to run your REST APIs.
Starred by 1.5K users
Forked by 1.5K users
Languages   Python 98.6% | Python 98.6%
🌐
GitHub
github.com › erdem › flask-restful-example
GitHub - erdem/flask-restful-example: A RESTful contact API implementation with using Flask SQLAlchemy, PyTest, Marshmallow and Celery.
This repository contains the example code for a contact API project, using SQLAlchemy, PyTest, Celery with Flask. Model a Contact with username, email, first name and surname. Create a Restful API that returns a list of all contacts.
Starred by 35 users
Forked by 12 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › piinalpin › flask-rest-api
GitHub - piinalpin/flask-rest-api: A Flask REST Full API Project
Create constant class to define constant variable for example variable to HTTP status, you should create file const.py inside app/module/ according the above structure · class HttpStatus: OK = 200 CREATED = 201 NOT_FOUND = 404 BAD_REQUEST = 400 ... * flask-rest-api/ |--- app/ | |--- db/ | |--- module/ | | |--- __init__.py | | |--- const.py | | |--- controller.py | | |--- models.py | |--- __init__.py |--- venv/ |--- run.py
Starred by 16 users
Forked by 9 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › gitgik › flask-rest-api
GitHub - gitgik/flask-rest-api: A flask-driven RESTful API for Bucketlist interactions
A flask-driven RESTful API for Bucketlist interactions - gitgik/flask-rest-api
Starred by 106 users
Forked by 53 users
Languages   Python 94.2% | Shell 4.0% | Mako 1.8% | Python 94.2% | Shell 4.0% | Mako 1.8%
🌐
GitHub
github.com › samanyougarg › rest-api-example
GitHub - samanyougarg/rest-api-example: Example API in Flask that follows REST API Best Practices.
This project aims to provide an example of an API that follows some of the Best Practices for designing a REST API.
Starred by 6 users
Forked by 2 users
Languages   Python 53.8% | HTML 39.6% | CSS 5.1% | JavaScript 1.5% | Python 53.8% | HTML 39.6% | CSS 5.1% | JavaScript 1.5%
🌐
GitHub
github.com › mattheiter › minimal-flask-example
GitHub - mattheiter/minimal-flask-example: Example for a minimal Flask application offering a REST API · GitHub
This repository offers a minimal Flask application for RESTful APIs and can help you to quickly set up a REST API. The following features are included in the application: ... For more information, read my blog post on Flask APIs.
Starred by 19 users
Forked by 29 users
Languages   Python 98.8% | Shell 1.2%
Find elsewhere
🌐
GitHub
github.com › topics › flask-rest-api
flask-rest-api · GitHub Topics · GitHub
The "Diário Oficial da União" (DOU) Web Restful API developed in the thesis for the bachelor's degree in Information Systems at UFSC. This is a mock API project, as it focuses on a limited dataset spanning of three days. python api flask rest-api flask-application flask-api flask-sqlalchemy dou flask-rest-api diario-oficial-da-uniao web-restful-api
🌐
GitHub
github.com › vectornguyen76 › flask-rest-api-template
GitHub - vectornguyen76/flask-rest-api-template: Rest API template developed in Python with the Flask framework. The template covers user management and jwt tokens for authentication.
# APP configuration APP_NAME=[Name APP] # For example Flask API Rest Template APP_ENV=local # Flask configuration API_ENTRYPOINT=app:app APP_SETTINGS_MODULE=config.LocalConfig APP_TEST_SETTINGS_MODULE=config.TestingConfig # API service configuration API_HOST=<api_host> # For example 0.0.0.0 API_PORT=<port_api> # For example 5000 # Database service configuration DATABASE=postgres DB_HOST=<name_container_bbdd> # For example db_service (name service in docker-compose) DB_PORT=<port_container_bbdd> # For example 5432 (port service in docker-compose) POSTGRES_DB=<name_database> # For example db_dev
Starred by 19 users
Forked by 4 users
Languages   Python 96.9% | Shell 1.9% | Dockerfile 1.2% | Python 96.9% | Shell 1.9% | Dockerfile 1.2%
🌐
GitHub
gist.github.com › mcchae › 39febe806c3065064ad7
Flask REST API sample · GitHub
Flask REST API sample · Raw · rest_api.py · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode ...
🌐
GitHub
github.com › goblinbr › python-flask-rest-api-example
GitHub - goblinbr/python-flask-rest-api-example
Contribute to goblinbr/python-flask-rest-api-example development by creating an account on GitHub.
Author   goblinbr
🌐
GitHub
github.com › piyushmani › flask-rest-api-example
GitHub - piyushmani/flask-rest-api-example: Example for how to use flask rest api with flask-sqlalchemy and JWT authentication
Example for how to use flask rest api with flask-sqlalchemy and JWT authentication · intall requirements : pip install requirement.txt · change database name in my_app/init.py · run python run.py
Starred by 7 users
Forked by 3 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › rahulwagh › python-flask-rest-api-project
GitHub - rahulwagh/python-flask-rest-api-project
Contribute to rahulwagh/python-flask-rest-api-project development by creating an account on GitHub.
Starred by 17 users
Forked by 236 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › apryor6 › flask_api_example
GitHub - apryor6/flask_api_example: A demonstration of best practices for a large Flask API project · GitHub
A demonstration of best practices for a large Flask API project - apryor6/flask_api_example
Starred by 423 users
Forked by 100 users
Languages   Python
🌐
GitHub
github.com › syedsaadahmed › REST-API-Example-Python-Flask-Swagger
GitHub - syedsaadahmed/REST-API-Example-Python-Flask-Swagger: A simple example of creating REST API using Python-Flask and Swagger. · GitHub
A simple example of creating REST API using Python-Flask and Swagger. - syedsaadahmed/REST-API-Example-Python-Flask-Swagger
Starred by 3 users
Forked by 4 users
Languages   Python 70.4% | HTML 29.6%
🌐
GitHub
github.com › mgreenw › flask-restapi-example
GitHub - mgreenw/flask-restapi-example: A simple RESTful API created using Flask and SQLAlchemy that interacts with a PostgreSQL database of Doctors and Reviews
A simple RESTful API created using Flask and SQLAlchemy that interacts with a PostgreSQL database of Doctors and Reviews - mgreenw/flask-restapi-example
Starred by 13 users
Forked by 10 users
Languages   Python 100.0% | Python 100.0%
🌐
Restack
restack.io › p › python-flask-rest-api-example-github
Python Flask-Rest API Example on GitHub | Restackio
Explore a practical example of a Flask-Rest API on GitHub. Learn how to build and deploy RESTful APIs using Python and Flask. | Restackio