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
504 forks
Language: Python
last commit: 7 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,094 |
realpython/discover-flask | A tutorial series on building full-stack web applications with Flask using Python. | 4,518 |
flaskbb/flaskbb | A Python-based forum software framework with modular features and extensibility | 2,606 |
dwyl/learn-tdd | An introduction to writing reliable code using Test Driven Development (TDD) principles in JavaScript | 2,746 |
flask-restful/flask-restful | A lightweight Python framework for building REST APIs with a simple and intuitive API design | 6,845 |
cookiecutter-flask/cookiecutter-flask | A Flask web application template with standard features and best practices. | 4,600 |
miguelgrinberg/flask-socketio | Provides a way to establish real-time communication between a Flask application and its clients using WebSockets. | 5,370 |
flasgger/flasgger | Tool to generate and validate API documentation and schema validation for Flask applications | 3,623 |
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,269 |
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 | 485 |
alibaba/pipcook | An open-source machine learning platform for web developers, providing a modular framework for building and deploying models | 2,545 |
ryanmcdermott/clean-code-javascript | Guides software developers in writing readable and maintainable JavaScript code based on clean coding principles. | 91,777 |
miguelgrinberg/flask-httpauth | Provides authentication mechanisms for Flask web applications | 1,264 |