/DinGoCat

A custom e-Commerce website for a fictional company, DinGo -- for Dinner on the Go.

Primary LanguageJavaScript

DinGo

A custom e-Commerce website for a fictional company, DinGO -- for Dinner on the Go.

Features

  • Login authentication
  • Administrative control over products and users
  • Intuitive, modifiable cart
  • Featured product carousel
  • Pagination

Tech Stack

javascript postgresql postgresql nodejs react redux express redux css3 html5 webpack

Demo

Login and Home Page GIF Products GIF Admin GIF Cart GIF

Experience DinGo!

https://dingo-onia.onrender.com

Log in as an admin

  cat@dingo.com
  123cat

Run Locally

Clone the project

  git clone git@github.com:CatherineJOnia/DinGo.git

Go to the project directory

  cd DinGo

Create database

  createdb dingo

Install dependencies

  npm install

Start the server

  npm run start:dev

Access the project in your browser at localhost:3000

Log in as an admin

  cat@dingo.com
  123cat