johnggli / django-angular-CRUD

Angular application consuming a Django rest-framework API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Angular CRUD

Pizzeria application using Angular and Django Rest Framework

GitHub language count Repository size GitHub last commit

💻 Backend

To initialize the API, run the command:

python manage.py runserver

🌎 Frontend

To initialize the Frontend of Angular, run the commands:

cd crud
npm install
ng serve

🎥 Explanatory video

Extras

About

Angular application consuming a Django rest-framework API


Languages

Language:Python 43.0%Language:TypeScript 38.5%Language:HTML 9.1%Language:CSS 6.9%Language:JavaScript 2.5%