An awesome full stack application made by two enthusiastic developers.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
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)
Download or clone the project locally.
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
- Setup a free MongoDB Atlas database at MongoDB Atlas
- Clone the repo
git clone https://github.com/goellavish10/ecommerce.git
- Install NPM packages
or
npm install
yarn
- Enter your API in
.env
fileMONGO_URI = 'ENTER YOUR API';
JWT_SECRET = 'Jwt Secret Key';
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Twitter - @lavishG10 - Email : lavishgoyal1301@gmail.com
Project Link: https://github.com/goellavish10/ecommerce