Best Choice Cars
Back End (Database) Database : best-choice-cars Tables :
- Brands
- Cars

- Table : Brands (Primary ID : brand_id)

- Table : cars (Primary Key : ID (Stands for car ID) ) Foreign Key : B_ID (stands for brand ID))

Front End Flow :: {Server host: 9595}
- First Screen (Landing page of app)

Select Cars by Brand:



Select Cars by Price



That’s all, this is a mini web app sending responses via servlets to other webpages as well as fetching and displaying data from database.