Code Monkey home page Code Monkey logo

ecommercewebsite's Introduction

E-Commerce website

The backend for an e-commerce website built with Express.js, TypeORM, MySQL, and TypeScript.

Requirements

  • Node.js
  • TypeScript
  • MySQL

Installation

  1. Clone the repository:
git clone https://github.com/zcrossoverz/eCommerceWebsite.git

cd eCommerceWebsite
cd server
  1. Install the dependencies:
npm install
  1. Rename file .env.example into .env and setup config

  2. Start the development server:

npm run dev

The backend will be running on http://localhost:3000. PORT can be change in .env file.

Tools and Libraries

  • Express.js: Fast, unopinionated, minimalist web framework for Node.js
  • TypeORM: ORM for TypeScript and JavaScript that can run in Node.js, browser, and React Native.
  • CORS: Express middleware for handling Cross-Origin Resource Sharing (CORS)
  • TypeScript: Superset of JavaScript that adds optional static typing and other features to the language.

The frontend for an e-commerce website built with React.js, vite, redux and TypeScript.

Installation

  1. Clone the repository:
git clone https://github.com/zcrossoverz/eCommerceWebsite.git

cd eCommerceWebsite
cd client
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

The frontend will be running on http://localhost:3001. PORT can be change in vite.config.ts

 server: {
    port: 3001,
  }

Cài extension và setup VS Code

Các Extension nên cài

  • ESLint

  • Prettier - Code formatter

  • Tailwindcss

  • EditorConfig for VS Code

Cấu hình VS Code

  • Bật Format On Save
  • Chọn Default Formatter là Prettier

ecommercewebsite's People

Contributors

d4nov avatar dangdevdiary avatar zcrossoverz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

dangdevdiary

ecommercewebsite's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.