Skip to content

Soumita-Sahu/Python-web-application-using-Flask-and-SQLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-web-application-using-Flask-and-SQLite

Car List

This section shows the initial list of cars in the system.

carlist

Adding a Car

To add a new car to the system, follow the steps below:

  1. Click on the "Add Car" button.
  2. Fill in the car details in the form provided.
  3. Click "Submit" to add the car to the list.

addcar

After Adding a Car

Once a new car is added, it will appear in the list as shown below:

after adding new car

Updating a Car

To update the details of an existing car, follow these steps:

  1. Click on the "Edit" if you want to update.
  2. Modify the car details in the form provided.
  3. Click "Submit" to save the changes.

updatecar

Updating Car Price

You can specifically update the price of a car by following the steps below:

  1. Click on the "Edit".
  2. Enter the new price in the form provided.
  3. Click "Submit" to save the new price.

after updating car price

Deleting a Car

To delete a car from the list, follow these steps:

  1. Click on the "Delete" if you want to remove.
  2. Confirm the deletion when prompted.

after deleting car

Conclusion

This README provides an overview of the car management system, including how to view, add, update, and delete cars.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors