Anantm007 / Dev-Bookstore

A MERN stack e-commerce app that sells developer books
https://devbookstore.herokuapp.com/
MIT License
22 stars 8 forks source link

Dev-Bookstore

A complete e-commerce app built on the MERN stack that sells developer books.

Project Setup

1. Clone the repo
2. cd Dev-Bookstore
3. npm install
4. make a .env file with the following keys: DATABASE, JWT_SECRET, BRAINTREE_MERCHANT_ID, BRAINTREE_PUBLIC_KEY, BRAINTREE_PRIVATE_KEY, EMAILID, EMAILPASSWORD, NAME
5. cd client
6. npm install
7. cd ..
5. npm run dev
6. Open the project on 127.0.0.1:3010

Features

Technology Stack

MERN stack

Check out the deployed application at:

Contributiong

Feel free to fork this repo and raise an issue or submit a PR in case of any bugs.

Resources:

  1. https://www.udemy.com/course/react-node-ecommerce/
  2. https://developers.braintreepayments.com/