All Projects → ycd → fastrates

ycd / fastrates

Licence: MIT license
💵 Free & open source API service for current and historical foreign exchange rates.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to fastrates

ChefAPI
API using FastAPI and PostgreSQL for sharing or keeping track of awesome food recipes Based on Oauth2 and JWT 💎
Stars: ✭ 16 (-38.46%)
Mutual labels:  sqlalchemy, uvicorn, fastapi
Apollo
A basic Application with multiple functionalities built with FastAPI aim to help Users Buy New Items Provided using PaypalAPI 🚀
Stars: ✭ 22 (-15.38%)
Mutual labels:  sqlalchemy, fastapi, fastapi-sqlalchemy
FastAPI-Full-Stack-Samples
The API Application Development using Python FastAPI, including interactive API documentation
Stars: ✭ 61 (+134.62%)
Mutual labels:  sqlalchemy, uvicorn, fastapi
fastapi
基于Fastapi开发,集成Celery-redis分布式任务队列、JWT 用户系统、ElasticSearch和encode orm的基础项目模板,大家可以根据自己的需求在本模板上进行修改
Stars: ✭ 75 (+188.46%)
Mutual labels:  uvicorn, fastapi
Autoline
建议你使用更新的AutoLink平台
Stars: ✭ 227 (+773.08%)
Mutual labels:  sqlalchemy, requests
fastapi-debug-toolbar
A debug toolbar for FastAPI.
Stars: ✭ 90 (+246.15%)
Mutual labels:  sqlalchemy, fastapi
CourseCake
By serving course 📚 data that is more "edible" 🍰 for developers, we hope CourseCake offers a smooth approach to build useful tools for students.
Stars: ✭ 21 (-19.23%)
Mutual labels:  sqlalchemy, fastapi
favv
Fullstack Web Application Framework With FastAPI + Vite + VueJS. Streamlit for rapid development.
Stars: ✭ 17 (-34.62%)
Mutual labels:  sqlalchemy, fastapi
fastapi-saas-base
Fast API SAAS Base App
Stars: ✭ 47 (+80.77%)
Mutual labels:  sqlalchemy, fastapi
tifa
Yet another opinionated fastapi-start-kit with best practice
Stars: ✭ 82 (+215.38%)
Mutual labels:  sqlalchemy, fastapi
cloudrun-fastapi
FastAPI on Google Cloud Run
Stars: ✭ 112 (+330.77%)
Mutual labels:  sqlalchemy, fastapi
fastapi-sqlalchemy-1.4-async
https://rogulski.it/blog/sqlalchemy-14-async-orm-with-fastapi/
Stars: ✭ 17 (-34.62%)
Mutual labels:  sqlalchemy, fastapi
opentracing-utils
Convenient utilities for adding OpenTracing support in your python projects
Stars: ✭ 20 (-23.08%)
Mutual labels:  sqlalchemy, requests
FRDP
Boilerplate code for quick docker implementation of REST API with JWT Authentication using FastAPI, PostgreSQL and PgAdmin ⭐
Stars: ✭ 55 (+111.54%)
Mutual labels:  sqlalchemy, fastapi
fastapi-boilerplate
FastAPI boilerplate for real world production
Stars: ✭ 145 (+457.69%)
Mutual labels:  sqlalchemy, fastapi
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+152161.54%)
Mutual labels:  uvicorn, fastapi
fastapi-sqlmodel-alembic
Sample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.
Stars: ✭ 115 (+342.31%)
Mutual labels:  fastapi, fastapi-sqlalchemy
fastapi douyin
更新 2.0 版本,使用 Python WEB 高性能异步框架 FastAPI 制作的抖音无水印解析下载,采用前后端分离思想!
Stars: ✭ 58 (+123.08%)
Mutual labels:  uvicorn, fastapi
inboard
🚢 Docker images and utilities to power your Python APIs and help you ship faster. With support for Uvicorn, Gunicorn, Starlette, and FastAPI.
Stars: ✭ 106 (+307.69%)
Mutual labels:  uvicorn, fastapi
fast-api-sqlalchemy-template
Dockerized web application on FastAPI, sqlalchemy1.4, PostgreSQL
Stars: ✭ 25 (-3.85%)
Mutual labels:  sqlalchemy, fastapi

Give it a try! 🚩

You can give it a try online or you can run it locally with Sqlite3 support.

Installation 📌

git clone https://github.com/ycd/fastrates.git
cd fastrates
virtualenv env
source env/bin/activate
pip install -r requirements.txt
uvicorn sqlite_main:app --reload

Features 🚀

  • Production ready You can deploy it to the heroku in a few minutes with Postgresql support.
  • Python FastAPI backend.
  • SQLAlchemy models
  • Asynchronous Thanks to Uvicorn Fast Rates comes with a lightning-fast ASGI server,
  • Open source Everything from the code base is opensource and free to use under a permissive MIT license.

Contributing ✔️

All pull requests are welcome from developers of all skill levels. To get started, simply fork the master branch on GitHub to your personal account and then clone the fork into your development environment.

Release Notes 📣

Latest Changes

0.1.0

  • Prototype of project with small database support.

License

This project is licensed under the terms of the MIT license.

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].