Django-bash
web_app_from_scratch
Django-bash | web_app_from_scratch | |
---|---|---|
1 | 5 | |
0 | 60 | |
- | - | |
4.5 | 0.0 | |
about 1 year ago | about 2 years ago | |
Shell | Shell | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Django-bash
web_app_from_scratch
-
Server-Side Rendering Is a Thiel Truth (2020)
How do you mean Django is heavy? When I think about heavy, I think about how hard it would be to replace the framework with my own code in the future. So I don't like magic. Both, Django and Flask seem to have a similar amount of magic to me. But I might be wrong. I tried Flask only very briefly.
Me and other devs maintain this repo which shows how to get from a fresh Debian install to a running web app via different frameworks:
https://github.com/no-gravity/web_app_from_scratch
As you can see, it also has a Flask version.
Contributions are welcome!
-
Ask HN: Good resource on writing web app with plain JavaScript/HTML/CSS
Why using python3-django on debian instead of a venv and the last lts of django from pypi on your script[0] ?
[0]: https://github.com/no-gravity/web_app_from_scratch/blob/main...
-
Ask HN: Do you contribute to open source projects?
I am building an open source web framework comparison.
The idea is to put together a project that gives an overview of how to set up a minimal viable web application from scratch via all the different frameworks.
For each framework the project features a self explanatory shell script that builds a web app with routing, templates and user accounts. So there is no ambiguity of how to reproduce the results. And it is even possible to just copy&paste the steps into a docker container and see the framework in action.
So if you want to compare how the frameworks do templating, you can look at the "Let's use templates" part and have a quick overview of how it is done in Django, Laravel, Flask, Symfony, NextJS...
So far, 5 developer joined and contributed.
Here is the repo:
https://github.com/no-gravity/web_app_from_scratch
-
Ask HN: Who Wants to Collaborate?
I am building an open source web framework comparison.
The idea is to put together a project that gives an overview of how to set up a minimal viable web application from scratch via all the different frameworks.
For each framework the project features a self explanatory shell script. So there is no ambiguity of how to reproduce the results. And it is even possible to just copy&paste the steps into a docker container and see the framework in action.
The shell script for each repo starts from scratch and builds a web app with routing, templates and user accounts.
Here is the repo:
https://github.com/no-gravity/web_app_from_scratch
So if you want to compare how do you use a template, you can look at the "Let's use templates" part and have a quick overview of how it is done in Django, Laravel, Flask, Symfony, NextJS...
So far, I wrote the beginning of the Django script and two developers contributed Laravel and Symfony scripts. So far we have routing and templates. All three still need user accounts.
If you are experienced in a web framework, feel free to add to one of the scripts or a new one and send a pull request!
What are some alternatives?
django-auto-deploy - Deploy a Django website in one click with this bash script (Nginx, Gunicorn, MySQL/MariaDB/PostgreSQL)
langterm - 🕹️ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure