Skip to content

Restful_Api CURD operations using python and flask framework.

Notifications You must be signed in to change notification settings

ngrbalu/Restful_Api_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful_Api_python

Restful_Api CURD operations using python and flask framework.

Activate venv

$ pipenv shell

Install dependencies

$ pipenv install

Create DB

$ python

from app import db db.create_all() exit()

python app.py

Now perform operations (you can use postman chrome plugin for that)

About

Restful_Api CURD operations using python and flask framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages