Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melardev/djangorestframeworkpaginatedcrud
Django Api application built with Rest Framework, implements CRUD + pagination
https://github.com/melardev/djangorestframeworkpaginatedcrud
api crud django full-stack fullstack orm orm-framework pagination python rest rest-framework web
Last synced: 17 days ago
JSON representation
Django Api application built with Rest Framework, implements CRUD + pagination
- Host: GitHub
- URL: https://github.com/melardev/djangorestframeworkpaginatedcrud
- Owner: melardev
- Created: 2019-03-02T22:37:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T23:37:30.000Z (almost 6 years ago)
- Last Synced: 2024-11-26T09:12:16.736Z (3 months ago)
- Topics: api, crud, django, full-stack, fullstack, orm, orm-framework, pagination, python, rest, rest-framework, web
- Language: Python
- Homepage: http://melardev.com
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
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 FrameworkI have many other implementations of this server:
- [Spring Boot + Spring Data + Jersey](https://github.com/melardev/SpringBootJerseyApiPaginatedCrud)
- [Spring Boot + Spring Data](https://github.com/melardev/SpringBootApiJpaPaginatedCrud)
- [Go with Gin Gonic](https://github.com/melardev/GoGinGonicApiPaginatedCrud)
- [Laravel](https://github.com/melardev/LaravelApiPaginatedCrud)
- [Rails + JBuilder](https://github.com/melardev/RailsJBuilderApiPaginatedCrud)
- [Rails](https://github.com/melardev/RailsApiPaginatedCrud)
- [NodeJs Express + Sequelize](https://github.com/melardev/ExpressSequelizeApiPaginatedCrud)
- [NodeJs Express + Bookshelf](https://github.com/melardev/ExpressBookshelfApiPaginatedCrud)
- [NodeJs Express + Mongoose](https://github.com/melardev/ExpressApiMongoosePaginatedCrud)
- [Python Django](https://github.com/melardev/DjangoApiCrudPaginated)
- [Python Django + Rest Framework](https://github.com/melardev/DjangoRestFrameworkPaginatedCrud)
- [Python Flask](https://github.com/melardev/FlaskApiPaginatedCrud)The next come are:
- NodeJs Express + Knex
- Flask + Flask-Restful
- Laravel + Fractal
- Laravel + ApiResources
- Go with Mux
- AspNet Core
- AspNet Web Api 2
# Steps used to create this project
```bash
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
```# Follow me
- [Youtube Channel](https://youtube.com/melardev) I publish videos mainly on programming
- [Blog](http://melardev.com) Sometimes I publish the source code there before Github
- [Twitter](https://twitter.com/@melardev) I share tips on programming