Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gimnathperera/crimson-tech

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.
https://github.com/gimnathperera/crimson-tech

css ecommerece expressjs fullstack mongodb reactjs

Last synced: 4 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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;

- email - [email protected]

- password - admin@123

🚀 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