Crimson-Tech is an E-Commerce web application for a computers and computer accessories selling shop. The application contains both admin and client side components. Developed using MERN stack.

  • By Gimnath
  • Last update: May 27, 2022
  • Comments: 0

Project Overview

🚀 Crimson-Tech is an E-Commerece web application for a PC and accessories selling shop. The application contains both admin and client side components. For admin login you can use following credentials;

🚀 Tech Stack - Reactjs | Express | MongoDB | Tailwind | Heroku

🚀 Working demo - https://crimson-tech.herokuapp.com

screencapture-crimson-tech-herokuapp-2022-05-23-23-00-52

screencapture-crimson-tech-herokuapp-products-6285cb2781be1b2b1832ad81-2022-05-23-23-02-26

screencapture-crimson-tech-herokuapp-wish-list-2022-05-23-23-00-24

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

NPM / Yarn and Node.js installed

Installing

Installing NPM modules on both client and server folders

Execute these commands from the project directory

cd client && npm install
cd server && npm install

Running the app

Open a terminal on server directory

npm run start:dev

and open another terminal on client directory

npm run start

Access the web app at http://localhost:3000

Github

https://github.com/Gimnath-Perera/Crimson-Tech