/eCommerce-1.0

🚀 An E-commerce built in Node and ReactJs.

Primary LanguageTypeScript

🔥 eCommerce-1.0 🔥

📋 About:

    My first ecommerce project.

Profile flow


Shop flow

Payment receipt


Here there are some testing credit cards provided by stripe.

NUMBER BRAND CVC DATE
4242424242424242 Visa Any 3 digits Any future date
4000056655665556 Visa (debit) Any 3 digits Any future date
5555555555554444 Mastercard Any 3 digits Any future date

🚀 Technologies:

Frontend

Backend

Integrations

Database

📋 How to use?

# Clone this repositoy
$ git clone git@github.com:saymow/saymow/eCommerce-1.0

# Change into its directory
$ cd eCommerce-1.0

# Change directory into its  server, web.

$ cd server
$ cd ..

# Run this commands in each of them

# Install dependencies
$ npm install

# Run application.
$ npm start