Skip to content

thegangtechnology/django_dataclass_autoserialize_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django dataclass autoserialize project example.

This is a demonstration of django-dataclass-autoserialize.

Run

The usual django's

python manage.py runserver

Swagger

http://localhost:5000/swagger/

Endpoints

There are two end points

  1. post add/ with body that looks like {"x":1.2, "y":3.4}
  2. get subtract/ with body that looks like {"x":1.2, "y":3.4}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages