Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.16 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.16 KB

FlipKlone

An open source clone of the Flipkart website written in Node.Js and using a MongoDb NoSql Database for storage.

A working demo of the website is deployed on heroku and is available here.

Installation

First install Node.Js and Mongodb then,

  1. Clone the repository
$ git clone https://github.com/vedantrathore/flipklone && cd flipklone
  1. Install the dependencies
$ npm install
  1. Seed the database with fake data
$ node seed/Seeder.js
  1. Start the server
$ npm start
  1. Visit http://localhost:3000/ to view the website

Features and Improvements

  • User Authentication
  • Saving cart and user in Session
  • Stripe for Card payments
  • CSRF Protection
  • Better User Interface
  • Ajax calls
  • Direct checkout provision
  • Provision for different modes of Payment
  • Provision for posting Products and becoming seller
  • Review and rating system for each product
  • Product Searching
  • Product category and filtering options
  • Develop REST API
  • Recommendation Engine