Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 912 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 912 Bytes

CRUD_Application

A CRUD application is a portal where data can be stored and manipulated . A user can interact with the UI of the app to insert , update. delete data. A CRUD app broadly performs 4 major function and that is create , read , update , delete data This is a Python CRUD (Create, Read, Update, Delete) project that utilizes Flask, a Python web framework, and MySQL database. It provides a basic REST API for managing student records and their marks for a particular course .

Image

Installation:

git clone https://github.com/0712Anand/CRUD_Application

set requirements

pip install -r requirements.txt

Authors:

  • Karan Panda
  • Anand Pandey
  • Nishant Pandey