Skip to content

A simple eCommerce application with NodeJS and Angular client.

Notifications You must be signed in to change notification settings

jeebon/cefcom-node-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CefCom- Beyond the eCommerce

A simple e-commerce website for the time being, in the future it will be expanded.

Installation

docker-compose up

App Running URL: http://localhost:4200

API Server Will Run 5000 PORT. Ex: Products API: http://localhost:5000/api/v1/products

Dummy product import

docker-compose exec backend sh
npm run import:products

To remove all products:

docker-compose exec backend sh
npm run delete:products

About

A simple eCommerce application with NodeJS and Angular client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published