Skip to content

manpuri/api_and_ui_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

API and UI Integration demo

Python3 installation

  • Download and install Python3 from here

FastAPI

  • About fastapi link
  • pip install fastapi

Run the uvicorn server

  • python3 server.py

Curl commands

POST method

  • curl --header 'Content-Type: application/json' --request POST --data '{"name": "satish", "surname": "manpuri"}' http://0.0.0.0:9000/user -v

GET method

DELETE method

Postman

  • Postman installation link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors