Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aminyousefiadl/chalhoub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

chalhoub-products

Run The App With Docker Compose

  1. Install docker compose
  2. navigate to the root directory
  3. Run the command sudo docker compose -f docker-compose.yml up -d --build
  4. Visit URl http;//localhost:3000
  5. To stop the docker run sudo docker compose -f docker-compose.yml down
  • Note: Based on the version of docker compose execute either with docker compose or docker-compose

Run The App Without Docker

  1. Move to api folder

  2. Run the command npm install

  3. Run the command npm run dev

  4. If the api or www app fails to run, please restart the api app due to Typescript transpile

  5. In another terminal, move to www folder

  6. Run the command yarn

  7. Run the command yarn dev

  8. Visit URl http;//localhost:3000


Notes:

  • The main client should be able to place a promotional full banner on the top, middle, or bottom of the product list page. : This one could be achieved via a separate app for client or a separate page for authenticated users. Due to lack of time, this is not considered in the app development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published