[PYTHON] I made an Angular starter kit
Purpose
I created it because I needed to create sample code for people who have no experience in Angular development.
There is also an official tutorial, but it's written to help you understand it from the ground up, so it's quite roundabout and it takes time to get to the bare minimum.
This time, I made a code for people who said that the details are good, so the basic screen should work.
Ideally, even beginners can add features by themselves while copying this code.
Constitution
Frontend
- Angular
- https://angular.jp/
- Angular Material
- https://material.angular.io/
Backend
- Django
- https://www.djangoproject.com/
- Django Restframework
- https://www.django-rest-framework.org/
code
Angular Sample
- https://github.com/shinno21/sk-app
Django Restframework Sample
- https://github.com/shinno21/drf_sample
Caution
- We will improve it little by little, but there is still only one simple data search screen.
Future plans
- Enrich the code comments and readme to make it easier for beginners to add or modify functions.
- Develop a data registration screen
- Make the data search screen rich using Angular Material components
- etc...