Jay-davisphem / Selo-E-Commerce-Web-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seloCommerce E-commerce website

In this website, you can create, update, list, delete products of any kind and also get their details. You can also add to cart, order and checkout and likewise pay using paystack or stripe.

Run Locally

Clone the project

  git clone https://github.com/jay-davisphem/Selo-E-Commerce-Web-App

Go to the project directory

  cd Selo-E-Commerce-Web-App

Install dependencies

  npm install
  or
  yarn install

Start the server

  npm run start
  or
  yarn start

Author

Badges

Add badges from somewhere like: shields.io

MIT License

Tech Stack

Client: HTML, CSS, EJS, JavaScript

Server: Node, Express, MongoDB(for products storage), Redis(for session storage)

About

License:MIT License


Languages

Language:JavaScript 52.4%Language:EJS 38.6%Language:CSS 8.6%Language:Dockerfile 0.4%