Git Product home page Git Product logo

mern-ecommerce-backend-assign's Introduction

QuikKart E-Commerce Application

Deployed link

https://mern-ecommerce-react-frontend-assign.onrender.com

Introduction

The E-Commerce Application is a web-based platform designed for online shopping. It provides users with the ability to browse products, add them to a shopping cart, and complete the purchase securely. The application is built using the MERN (MongoDB, Express.js, React, Node.js) stack.

Features

-User Authentication

-User Registration (POST /api/users): Allows users to register a new account with the system. -User Login (POST /api/users/login): Enables users to log in securely.

-Product Management

-Create Product (POST /api/products): Allows authorized users to add new products to the platform. -Get All Products (GET /api/products): Retrieves a list of all available products.

-Shopping Cart

-Add to Cart (POST /api/cart/add-to-cart): Allows users to add products to their shopping cart. -Get User's Cart (GET /api/cart/get-cart): Retrieves the contents of the user's shopping cart. -Remove from Cart (POST /api/cart/remove-from-cart): Enables users to remove items from their cart.

-Order Management

-Place Order (POST /api/orders/place-order): Allows users to place an order for items in their cart. -Get User's Orders (GET /api/orders/user-orders): Retrieves a list of orders placed by the current user. -Get Order Details (GET /api/orders/:orderId): Retrieves details of a specific order.

Navigation

-Navbar (/components/Navbar.js): Provides navigation links for users, including Home and Cart. -React Router (/App.js): Manages client-side routing for a seamless user experience.

Technologies Used

Backend

-Node.js: Server-side runtime environment. -Express.js: Web application framework simplifying routing and middleware. -MongoDB: NoSQL database for storing product, cart, order, and user data. -Mongoose: ODM library for MongoDB, providing a structured interface for database interactions. -JSON Web Tokens (JWT): Used for user authentication and authorization.

Frontend

-React: JavaScript library for building user interfaces. -React Router: Used for client-side routing. -React Bootstrap: Library for responsive and visually appealing UI components.

Security

User data and passwords are securely stored in the MongoDB database. JSON Web Tokens (JWT) are used for user authentication and authorization.

Conclusion

The E-Commerce Application aims to provide users with a secure and user-friendly platform for online shopping, leveraging the MERN stack for efficient development and modern technologies for enhanced functionality.

Screenshot

Home image

Cart image

Login image

Register

image

mern-ecommerce-backend-assign's People

Contributors

abhinabadutta2019 avatar

Watchers

 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.