Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

alexjuda2/uj-2-e-business

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e-business

This repo contains a full stack app:

Images are available on dockerhub:

Sonar overview is available at: https://sonarcloud.io/dashboard?id=alexjuda2_uj-2-e-business

REST resources

  1. Product
  2. (product) Category
  3. Currency
  4. Review
  5. CartItem
  6. Order
  7. OrderItem
  8. Promotion
  9. ProductPromotion
  10. WishList
  11. WishListItem

Backend app

Building for prod

cd backend
sbt dist

A .zip with a self-contained .jar inside should appear at backend/target/universal/backend-1.0.zip.

Derivations

Frontend app

Running locally

cd frontend
npm run build:dev
npm run serve

Building for prod

npm run build:prod

The output should appear at frontend/build/prod/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published