An ecommerce app made with Node.js and React.js
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Bookommerce, a personal project
Hello! My name is Carlos Velazquez and I am the creator of this application.
First, I'll tell you a little about Bookommerce. Bookommerce was developed using Brad Traversy's MERN for eCommerce from scratch course as a base, with the idea of strengthening my knowledge of MongoDb, react and node. A fantastic and highly recommended course.
Then I was customizing a bit to give it a more personal touch and try new features. Right now I plan to add a lot of things that I'm going to upload little by little.
If you want to know a little more about me, you can use the following link to see my portfolio.
Here is a list of the major frameworks/libraries used in this project.
To get a local copy up and running follow these simple example steps.
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
This app only require the npm dependecies installed.
- Clone the repo
git clone https://github.com/tyesh/ecommerce-dev
- Install NPM packages
npm install
To start the app services, the follow npm commands can be used:
To run the server
npm run serverTo run the client
npm run clientTo run both the server and client
npm run devDistributed under the MIT License. See LICENSE.txt for more information.
Email - carlos.velazquez91@gmail.com
Project Link: https://carlosecommerceapp.herokuapp.com/