Skip to content

goellavish10/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Full Stack E-Commerce Web Application

An awesome full stack application made by two enthusiastic developers.
View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact
  5. Acknowledgements

About The Project

Screenshot-2021-09-29-102619.png

There are a lot of ecommerce web apps available and this one among them developed by two enthusiastic developers.

Main Features:

  • You can Sign Up and Login.
  • You can add/delete products to cart. (to be added)
  • Stripe Payment (to be added)

Built With

Getting Started

Download or clone the project locally.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g
  • Nodejs

Installation

  1. Setup a free MongoDB Atlas database at MongoDB Atlas
  2. Clone the repo
    git clone https://github.com/goellavish10/ecommerce.git
  3. Install NPM packages
    npm install
    or
    yarn
  4. Enter your API in .env file
    MONGO_URI = 'ENTER YOUR API';
    JWT_SECRET = 'Jwt Secret Key';

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Twitter - @lavishG10 - Email : lavishgoyal1301@gmail.com

Project Link: https://github.com/goellavish10/ecommerce

DEVELOPERS