Crud Api Application Built with Django + Rest Framework, to be honest, this project went out of control, it is badly written, it works, but this is not how applications should be written when using Rest Framework. I feel sorry for that, I may refactor it in the future if I have time, or you can do so and make an pull request.
- Django
- Rest Framework
I have many other implementations of this server:
- Spring Boot + Spring Data + Jersey
- Spring Boot + Spring Data
- Go with Gin Gonic
- Laravel
- Rails + JBuilder
- Rails
- NodeJs Express + Sequelize
- NodeJs Express + Bookshelf
- NodeJs Express + Mongoose
- Python Django
- Python Django + Rest Framework
- Python Flask
The next come are:
- NodeJs Express + Knex
- Flask + Flask-Restful
- Laravel + Fractal
- Laravel + ApiResources
- Go with Mux
- AspNet Core
- AspNet Web Api 2
python3 -m django startproject django_rest_framework_crud
python3 manage.py startapp shared
python3 manage.py startapp todos
python3 manage.py makemigrations
python3 manage.py migrate
- Youtube Channel I publish videos mainly on programming
- Blog Sometimes I publish the source code there before Github
- Twitter I share tips on programming