Skip to content

A product review / ecommerce Angular web application built with monorepo architectural pattern.

Notifications You must be signed in to change notification settings

osmium8/reviews-monorepo

Repository files navigation

Product Reviews

Note: nodejs backend is depoloyed using Render, so it may take several seconds for the products to load.

(Admin panel is not deployed, screenshots are attached)

Screenshots:

description screenshot
Login screely-1657433988629
Home screely-1657433871705
Product screely-1657434043009
All Products screely-1657434797273

Screenshots (Admin panel):

description screenshot
Review screely-1657435621630
Users screely-1657435948300
Categories screely-1657435847824
Products screely-1657435710266

one

Frontend:

two

NX Dependency graph:

dep

Database design:

db

AUTH & ADMIN RIGHT:

auth

Structure

nx-workspace
|
+---apps
|   +---admin
|   +---reviews
|                   
+---backend
|   +---helpers      
|   +---models  
|   +---public\uploads
|   \---routes
|       
+---libs
|   |
|   +---products                  
|   +---reviewslib                 
|   +---ui                    
|   \---users
|                       
+---styles