Skip to content

Commit

Permalink
Updating readme file with node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shazm12 committed Nov 23, 2021
1 parent 08e2226 commit c967185
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,61 @@
# Ai-based-Ecommerce-web-app

[![npm version](https://img.shields.io/npm/v/if-node-version.svg)](https://www.npmjs.com/package/if-node-version)
[![Build Status](https://travis-ci.org/mysticatea/if-node-version.svg?branch=master)](https://travis-ci.org/mysticatea/if-node-version)
[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)
[![GitHub last commit](https://img.shields.io/github/last-commit/HeavyScam/furnitar-back?style=social&logo=git)](https://github.com/shazm12/Ai-based-Ecommerce-web-app)

AI is being integrated into almost every aspect of our life from our smartphones, homes to transportation systems.AI is being used everywhere today. So we are building an AI-based Shopping system that uses a chatbot to perform all operations from adding, removing items to proceeding to checkout. This will be a web application with a backend server as well. This project is an attempt to provide the advantages of online shopping to customers of a real shop. It helps to buy the products in the shop anywhere through the internet by using the website. The customer will be provided the service of online shopping and home delivery by using this website application. This system can be implemented in any shop in the locality or to multinational branded shops having retail outlet chains. The basic concept of the application is to allow the customer to shop virtually using the Internet and allow customers to buy the items and articles of their desire from the store.

# Working of the Web App ⚒️
![level1dfd](https://user-images.githubusercontent.com/64892076/142622747-9260fa0d-486b-4e02-9d4f-852585c49eef.png)



## Release History

We had some previous releases too that we did not initially commit to the repo.

* 0.1.0
* CHANGE: Update docs (module code remains unchanged)
* 0.1.1
* CHANGE: Made `Alan Ai Listeners for different voice commands`
* ADD: Add `getItems(), openCart(), CloseCart()`
* 0.1.2
* FIX: Multiple Listeners when calling `Alan AI listener module`
* 0.1.3
* CHANGE:Made `server.js`
* ADD: `Mongo DB, Node config`
* 0.1.4
* CHANGE:Made `User.js,Model.js,Authcontroller.js,Ordercontroller.js`
* ADD: `User Schema, Order Schema, Login(), Register(), MakeOrder()`
* 0.2.0
* The first proper release
* CHANGE: Add `OrderDetails(),CancelOrder()`
* 0.2.1
* Work in progress

## Development setup
Developement setup is pretty simple, first you just need to install all dependencies which is already given in package.json file and then kust run the web app with the commands given below.

- For Client -

```sh
cd client
npm install
npm start
```
- For server -
```sh
cd server
npm install
npm start
```




# Team Members 👨‍💻👩‍💻

- Shamik Bera [@shazm12](https://github.com/shazm12)
Expand Down

0 comments on commit c967185

Please sign in to comment.