Skip to content

Modern Full Stack E-Commerce Application with Stripe

License

Notifications You must be signed in to change notification settings

Kiru-axis/Digitech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIGITECH

Fullstack E-Commerce application with admin panel.

Gtting Started

  npm install -g @angular/cli
  • Install Nestjs CLI
  npm i -g @nestjs/cli

Project Setup

  • clone the project:
  git clone https://github.com/Kiru-axis/Digitech.git

Api

Step 1: cd api

Step 2: npm install

Step 3: run command: npm run start:dev. The app will be running on http://localhost:3000/

Step 4: While the above command is running, open the browser on http://localhost:3000/api for swagger documentation.

Step 5: run command: npm run compodoc for detailed application docs

Client

Step 1: cd api

Step 2: npm install

Step 3: run command: ng serve --open . The app will be running on http://localhost:4200/

Step 4: run command: npm run compodoc for detailed application docs.

Open client README for the client side breakdown

Admin

Step 1: cd api

Step 2: npm install

Step 3: run command: ng serve --open --port=4300. The app will be running on http://localhost:4300/

Step 4: run command: npm run compodoc for detailed application docs

Built With

  1. Angular 17
  2. Angular Material 17
  3. NGRX store 17
  4. Bootstrap 5
  5. Font Awesome 6
  6. SwiperJs 11
  7. Nestjs 10

License

Distributed under the MIT License. See LICENSE.txt for more information.

Screenshots