Giter Club home page Giter Club logo

apna-cart-v1's Introduction

Apna Cart

An E-commerce application built with CRUD functionality, and REST architechture.

Deployed at https://apna-cartv1.herokuapp.com/

Tech Stack :-

  • EJS
  • Express
  • NodeJs
  • MongoDb

Run Locally


To run it locally on you machine you need to have a mongodb url,google auth key,razorpay key .If you have that , then clone/fork this repo and place all the key and mongo url in a .env file with respective key id as mentioned in the code

.env file :

RZP_key_id="razorpay_key_id"
RZP_key_secret="razorpay_key_secret"
GA_clientID="your_google_auth_key_id"
GA_clientSecret='your_google_client_secret'
GA_callbackURL='google_call_back_url'
MDB_CONNECT='mongodb_database_link'

After that:-

  • Open Terminal and write >
npm  install
  • After installation completes >
npm start

Navigate to localhost:3000 or the mentioned port .

Features :

  • Both Local login and Google sign in Authentication

  • Razor Pay Payment Gateway Integration

  • Uploading of File type Image as jpeg/png format.


Functionalities :


Products :

  • Adding a new product
  • Editing an existing Product
  • Delete an Existing Products

User :

  • Register a New User with or without a profile picture
  • Login/LogOut as an user
  • Review a product and edit or delete that review only
  • Add a item to cart / view carts Page
  • Place an Order and make payment with success / failure.
  • View Orders placed by the user.

Admin :

  • Access the Admin panel to get control over , Products, Orders and User.
  • View, Update or Delete all products
  • View all the Users Info along with Cart Information and Orders Information
  • View all the order information placed throughout the website.

The Admin Dashboard can only be accessed as an Admin user

Default Admin Credentials :

  • username : admin
  • password : admin123

Screenshots

Home page

home-page

Item page

item-page

item-page

Login page

login-page

login-page

Cart page

cart-page

cart-page

Payment page

payment-page

Orders page

order-page

Admin Dashboard

admin-home

User Dash board

admin-user

Products Dash board

admin-products-dashboard

Add a new Product

admin-add-new-product

Edit a Product

admin-edit-product

apna-cart-v1's People

Contributors

indranil786 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.