Art Colllection Website
Art Colllection Website
Art Colllection Website
Basic functionality:
This web app is a platform to buy/sell art products.
Basically you can consider this product(Painting, sketch) for saving in the DB(Database):
It can have parameters like this-
(You can modify if you want)
Art-
- ProductID
- ProductName
- Price
- DatePostedOn
- SellerName
- Reviews
There can be another table for storing user information for login process. You can think
about it yourself.
We will do the assignment in 3 phases so it’s a relatively easy task for you.
1) Add data in DB
2) Delete data in DB
3) Modify all columns in DB
While coding this, you can use GitHub to push your code so that you can get familiar with
GitHub also and this way I will also be able to look on your task easily.
Also don’t worry, this might look like a heavy task but you don’t need to learn all things
simultaneously so that is why I kept this assignment in phases. After completing it you will
realise that this was a easy task