-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8776bba
commit 8a73dfd
Showing
1 changed file
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
This project is developed in requirement for course Cloud Computing and Big Data at Columbia University. Team: Annapurna Vemuri (amv2164) Sowmya Sree Bhagavatula (sb3636) Madhuri S Palle (msp2167) Sri Lakshmi Chintala (sc3772) | ||
This project is developed in requirement for course Cloud Computing and Big Data at Columbia University. | ||
Team: | ||
Annapurna Vemuri (amv2164) | ||
Sowmya Sree Bhagavatula (sb3636) | ||
Madhuri S Palle (msp2167) | ||
Sri Lakshmi Chintala (sc3772) | ||
|
||
ElanIndulgence is a | ||
Technologies Used: | ||
a)Play framework for MVC and fast development that has an in built server. | ||
b)PostGres database | ||
c)Bootstrap css framework | ||
|
||
Project Report is available at Project Video is available at | ||
|
||
Technologies Used a)MVC Play framework for fast development that has an in built server. b)PostGres database c)Bootstrap Js framework | ||
|
||
Key Features: 1)Chat Box between customers and merchants for discussing and placing customized order. This is used for communication of the kind of design and color required. Price bargaining is also done in this chatbox and finally once the customer is convinced, he will checkout with the price agreed. 2)Recommendations are given based on highest rated products within the product category and merchant category. (To be extended to “Users who bought this also bought that using DataMining Apriori algorithm”) 3)Filtering results based on the preferences filled by the user in the preferencesm like colors preferred and kind of products required,etc. 4)News Feed for merchants. Merchants will see people who recently bought their items and any new orders placed. | ||
Key Features: | ||
1)Chat Box between customers and merchants for discussing and placing customized order. This is used for communication of the kind of design and color required. Price bargaining is also done in this chatbox and finally once the customer is convinced, he will checkout with the price agreed. | ||
2)Recommendations are given based on highest rated products within the product category and merchant category. (To be extended to “Users who bought this also bought that using DataMining Apriori algorithm”) | ||
3)Filtering results based on the preferences filled by the user in the preferencesm like colors preferred and kind of products required,etc. | ||
4)News Feed for merchants. Merchants will see people who recently bought their items and any new orders placed. |