Giter Site home page Giter Site logo

rahul-d78 / e-commerce Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 576 KB

E-Commerce website which is under construction right now and the source code comprises of the `API` only ๐Ÿ”ฅ .

JavaScript 88.12% HTML 1.11% CSS 1.73% EJS 9.04%
database mysql api nodejs sequelize jwt javascript react

e-commerce's Introduction

E-Commerce application in which you can add delete update new Products and browse all products .

Technologies Used :

  1. Node.JS -- platform
  2. Javascript -- programing lang
  3. Sequelize -- ORM
  4. ejs -- template engine
  5. MySQL -- Database
  6. Express -- Framework
  7. JWT -- Authentication
  8. React -- Frontend
  9. Redux -- State Management
  10. Testing -- Jest
  11. Stripe -- Payment Gateway

Prepare DB in the following steps as root :

create database ecdb;

create user euser identified by 'pass';

use ecdb;

grant all privileges on ecdb.* to euser;

Installation :

1. Install the app with required dependencies {Backend -- Node.js} .
$npm install

2. Install the app with required dependencies {Frontend -- React.js} .
$npm client-install

3. Prepare the database with the prepare db commands .

4. Run the app using nodemon.
$npm start dev

e-commerce's People

Contributors

rahul-d78 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.