Skip to content

satyamsingh2/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api

##project 1

Create REST APIs using ​Python​ (Flask, Django, any other web framework of your choice) for managing the user’s data. You can use database(i.e SQL, NOSQL) of your choice to store the data. User attributes:- ● ID ● First Name ● Last Name ● Company Name ● Age ● City ● State ● Zip ● Email ● Web

http://127.0.0.1:8000/api/users/ -> to see member list http://127.0.0.1:8000/api/users/create/ ->to member create http://127.0.0.1:8000/api/users/1/ ->to get member detail at particular id http://127.0.0.1:8000/api/users/update/1/ ->to update member detail at particular id http://127.0.0.1:8000/api/users/delete/1/ ->to delete member detail at particular id

About

project 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published