flaskr-tdd
Blogging app
A blogging app built with Flask and JavaScript, emphasizing Test-Driven Development
Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript
2k stars
62 watching
501 forks
Language: Python
last commit: 10 months ago
Linked from 2 awesome lists
flaskjavascriptpythontddtest-driven-development
Related projects:
Repository | Description | Stars |
---|---|---|
pallets/flask | A lightweight Python framework for building web applications with flexible dependencies and extensible functionality. | 68,340 |
realpython/discover-flask | A tutorial series on building full-stack web applications with Flask using Python. | 4,520 |
flaskbb/flaskbb | A Python-based forum software framework with modular features and extensibility | 2,615 |
dwyl/learn-tdd | An introduction to writing reliable code using Test Driven Development (TDD) principles in JavaScript | 2,748 |
flask-restful/flask-restful | A lightweight Python framework for building REST APIs with a simple and intuitive API design | 6,860 |
cookiecutter-flask/cookiecutter-flask | A Flask web application template with standard features and best practices. | 4,611 |
miguelgrinberg/flask-socketio | Provides a way to establish real-time communication between a Flask application and its clients using WebSockets. | 5,383 |
flasgger/flasgger | Tool to generate and validate API documentation and schema validation for Flask applications | 3,633 |
paluigi/flask-htmx | Demonstrates integration of Flask-Sock and HTMX for updating web pages without full page reloads. | 4 |
stitchfix/pyxley | A Python library that integrates React components with Flask web applications to build data visualization dashboards | 2,272 |
flask-api/flask-api | Provides an implementation of browsable APIs for Flask web applications. | 1,438 |
pytest-dev/pytest-flask | Provides tools and fixtures to simplify testing and development of Flask applications | 489 |
alibaba/pipcook | An open-source machine learning platform for web developers, providing a modular framework for building and deploying models | 2,551 |
ryanmcdermott/clean-code-javascript | Guides software developers in writing readable and maintainable JavaScript code based on clean coding principles. | 91,944 |
miguelgrinberg/flask-httpauth | Provides authentication mechanisms for Flask web applications | 1,268 |