Flask API Server - Open-Source API Server | AppSeed
The Flask API Server is a simple Flask API boilerplate that is enhanced with JWT authentication, OAuth via GitHub, SqlAlchemy, SQLite persistence, and deployment scripts via Docker. It provides all the bare minimum essentials for building an API server. The server is powered by Flask-restX and includes features such as up-to-date dependencies, JWT authentication for login, logout, and register functionality, and OAuth for GitHub. It also supports Docker deployment and includes unitary tests.
The Flask API Server is a ready-to-use Flask API boilerplate that is enhanced with various features such as JWT authentication, GitHub OAuth, and Docker deployment. It provides a unified API structure and is powered by Flask-restX. With its full-stack compatibility and support for React Starters, it offers a complete full-stack experience. The installation process is straightforward, making it easy for developers to get started with building their API server.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.