Skip to content

Introduction

Aninda edited this page Nov 21, 2022 · 2 revisions

This is a small web app showing how Django REST Framework work. The System use PostgreSQL as Database and Angularjs use as fronted framework blended with Django Template System. JWT token is used for Authentication system.

App Details

Here register user can create any event. Without proper Authentication user can not create/update/delete any event. The frontend and backend communication happen via REST Api.

System Architecture

Wiki

Django CRUD Api with Angularjs

Clone this wiki locally