Skip to content

Create, Read, Update and Delete from student databse

Notifications You must be signed in to change notification settings

saumyau/CRUD-app-with-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-app-with-Flask

Create, Read, Update and Delete from student databse

On Windows,

Create database using,

python from app import db db.create_all()

Open Postman and go to http://localhst:5000/student

Using POST, add the student details in fields ('id', 'name', 'age', 'address', 'phone', 'gender') in JSON format. Retrieve using GET ---> http://localhst:5000/student Update with PUT and ---> http://localhst:5000/student/ Delete with DELETE ---> http://localhst:5000/student/

Go to http://localhst:5000/getstudents to view all the students in a tabular format from the database

Go to http://localhst:5000 to visit the signup page and enroll the student

About

Create, Read, Update and Delete from student databse

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published