Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 481 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 481 Bytes

Puppy

This is a web crud flask application

In this web application the user can add puppies for adoption, remove puppies that have been adopted and see the list of the puppies that are availabe for adoption.

I have used bootstrap template to design the lovely frontend. The application contains flask forms for receiving data from the user and a database that stores the data. Its simple and elegant.

The database now has a relationship between the puppies and their owners.