A simple tool that generates a Django REST API with the given models
Django CRUD REST API Generator This is a simple tool that generates a Django REST API with the given models. Specs: Authentication, DRF generic views, Routes, PEP8, Dockerized. You can test it out here. To run the generated Django apps Docker and docker-compose are required to run the generated apps. # Unzip the project at ‘Downloads’ or ‘server/projects’. cd django_project # Go into the generated app docker-compose up # Run the containers Run local version Run the server. cd server npm i npm […]
Read more