Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gimnathperera/crimson-tech
- Owner: gimnathperera
- Created: 2022-05-19T18:45:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T14:06:57.000Z (over 2 years ago)
- Last Synced: 2023-09-17T18:32:19.534Z (about 1 year ago)
- Topics: css, ecommerece, expressjs, fullstack, mongodb, reactjs
- Language: CSS
- Homepage: https://crimson-tech.herokuapp.com
- Size: 13.5 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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