Found 191 repositories(showing 30)
antkahn
Start a Flask API in less than 5 minutes
gofynd
starter/boilerplate flask application with celery, mongoengine, signals, shell commands, swagger api docs and sphinx docs integration
jcmartinezdev
Flask API Starter Kit
cdagli
Flask API Starter provides an example using only flask, sqlalchemy and marshmallow...
skolo-online
This is a Python Flask starter pack for a ChatGPT project that uses OpenAI API to create a ChatGPT chatbox.
A project that illustrates how to use the Google Python API client with the Flask framework for Python
smitthakkar96
Starter template for developing Restful APIS with flask
delsner
Starter project for python flask REST API with Angular 4 and MongoDB. Using Docker, docker-compose and NGINX for development and production.
app-generator
React Soft Flask - Full-Stack Starter crafted on top of Soft Dashboard, React and Flask API | App-Generator.dev
solnsumei
Starter template for your Flask and Flask Rest API projects. Build on or modify to suit your development need. No need to setup, just fork this repo and start building your project.
choyiny
Boilerplate for building REST APIs in Flask
mobidevke
Cookiecutter starter for flask APIs
generalui
A starting point for a GraphQL API that serves data from a PostgreSQL Database. This is built in Python with Flask and Ariadne and developed and deployed in Docker.
craigglennie
A starter package for a RESTful API written in Flask, with supported for multiple versions. Includes example unit tests.
kaikoh95
Starter kit for Python Flask, Flask Caching and PostgreSQL, with Dockerfile. Also contains example Swagger Docs, endpoint methods and api wrapper.
cyclic-software
Cyclic Flask Api Starter
andy6804tw
No description available
roedoejet
Just a basic starter for accessing a Festival voice through a Flask API
tolgabayra
Flask and mongodb starter package for rest api
MiguelA-V
Step 1 - Climate Analysis and Exploration To begin, use Python and SQLAlchemy to do basic climate analysis and data exploration of your climate database. All of the following analysis should be completed using SQLAlchemy ORM queries, Pandas, and Matplotlib. Use the provided starter notebook and hawaii.sqlite files to complete your climate analysis and data exploration. Choose a start date and end date for your trip. Make sure that your vacation range is approximately 3-15 days total. Use SQLAlchemy create_engine to connect to your sqlite database. Use SQLAlchemy automap_base() to reflect your tables into classes and save a reference to those classes called Station and Measurement. Step 2 - Climate App Now that you have completed your initial analysis, design a Flask API based on the queries that you have just developed. Use Flask to create your routes. Routes / Home page. List all routes that are available. /api/v1.0/precipitation Convert the query results to a dictionary using date as the key and prcp as the value. Return the JSON representation of your dictionary. /api/v1.0/stations Return a JSON list of stations from the dataset. /api/v1.0/tobs Query the dates and temperature observations of the most active station for the last year of data. Return a JSON list of temperature observations (TOBS) for the previous year. /api/v1.0/<start> and /api/v1.0/<start>/<end> Return a JSON list of the minimum temperature, the average temperature, and the max temperature for a given start or start-end range. When given the start only, calculate TMIN, TAVG, and TMAX for all dates greater than and equal to the start date. When given the start and the end date, calculate the TMIN, TAVG, and TMAX for dates between the start and end date inclusive.
MutegekiHenry
Flask code template to quickly get you up and running. Build your REST Api without going through folder structure setup hustles.
Arrotech
Flask APIs Starter Template.
ryan-k8
for making APIs w/ Flask
jaywonder20
A boiler plate for Restful API development in FLASK (With Application Context , SqlAlchemy and Flask restfull)
caseyr003
Docker API built with Python, Flask and Oracle Database to be used as a starter template.
obytes
AWS Lambda Flask API starter application
ahmadhabibi14
A starter REST API with GraphQL, Flask
ekkymulia
Basic Starter for Flask-Restful API Project
ourresearch
starter app for Flask API that runs on heroku.
pravashupreti
This repository is a flask starter kit focused on making robust API.