Skip to content

CodePossibility/flask-marshmallow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Marshmallow

Python Marshmallow tutorial for HTTP Request Body JSON parsing & validation

  • Start the server
(venv) $ python app.py
  • To invoke API through curl command
$ curl 
    --request POST 
    --data '@request-body.json' 
    --header 'Content-Type: application/json' 
    'http://localhost:5000/project'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages