Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Doc #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## Web Auction Site

Auction (Ebay-like) Website Project (Web Applications Technology Course, DIT @ UoA): Created a functional website (front & backend) for trading items via auction. Implemented bidding, buying, messaging, searching and submitting auctions. Used Nearest Neighbour Collaborative Filtering to recommend items to users.
Auction (Ebay-like) Website Project (Web Applications Technology Course, DIT @ UoA): Created a functional website (front & backend) for trading items via auction. Implemented bidding, buying, messaging, searching and submitting auctions. Used Nearest Neighbour Collaborative Filtering to recommend items to users.

Now, as of today, the company would require a lot of manual work to be done regarding generation of enquiries, receipt of quotation, generation of purchase order, confirmation etc….

All this can be done in a simplified way by our online facility, allowing an administrator, appointed by the company to access the company data base, interact with clients and suppliers, deal with them and transact accordingly. This enables the company to function in a much smoother way, obtain orders faster and clear off work in a more appropriate manner

Now, as of today, the company would require a lot of manual work to be done regarding generation of enquiries, receipt of quotation, generation of purchase order, confirmation etc….

All this can be done in a simplified way by our online facility, allowing an administrator, appointed by the company to access the company data base, interact with clients and suppliers, deal with them and transact accordingly. This enables the company to function in a much smoother way, obtain orders faster and clear off work in a more appropriate manner

Team:
Georgios Anastasiou (https://github.com/gsiou)
Expand Down