An awesome e-commerce web app project using React.js and Tensorflow!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Major frameworks, technologies, tools used:
This are steps on setting up your project locally.
To get a local copy up and running follow these simple example steps.
You need to have node.js
installed in your local machine
if not installed visit node.js official website and,
download the Node.js source code or a pre-built installer for your platform
-
Getting APIs (steps may differ later time)
-
Clone the repo ( git must be installed in your local machine )
git clone https://github.com/sachuverma/React-E-Commerce-v2-v2
-
Install NPM packages
npm install
-
Start Server
npm start
-
Enter your API keys in
.env
file in root dir ( api id without '' )REACT_APP_AUTH_CLIENT_ID = 'ENTER_YOUR_API' REACT_APP_AUTH_DOMAIN = 'ENTER_YOUR_API' REACT_APP_FIREBASE_API = 'ENTER_YOUR_API' REACT_APP_STRIPE_PUBLIC_KEY = 'ENTER_YOUR_API' REACT_APP_AUTH_CLIENT_ID = 'ENTER_YOUR_API'
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be 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.
Sachin Verma - @sachuverma_ - [email protected]
Project Link: https://github.com/sachuverma/React-E-Commerce-v2-v2