An open API service indexing awesome lists of open source software.

https://github.com/amanjha8100/studentdb

A simple project which has CRUD functionality using ajax. Nothing fancy, just conceptual : ) .
https://github.com/amanjha8100/studentdb

ajax bootstrap css django html javascript jquery python

Last synced: 2 months ago
JSON representation

A simple project which has CRUD functionality using ajax. Nothing fancy, just conceptual : ) .

Awesome Lists containing this project

README

          

# Student DataBase

A django project which has the ability to create, retrieve, add and delete data into the system using Ajax. This project was made to practice CRUD with django and ajax which was used so that the page won't reload while creating, editing or deleting data.

## Tech Used
Django , Bootstrap, CSS, HTML, Javascript, Jquery and Ajax.

## Key Features
* The website page shows the student data already in the database and it also has an form which can add as well as edit data without reloading the page using Ajax.

### Note :
The application has a very simple functionality hence it was not deployed.

## Screenshot

![alt text](https://github.com/amanjha8100/StudentDB/blob/main/StudentDB.PNG?raw=true)