Skip to content

nasrithamer/mahmoudi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running this project on local

To run this project on local

  cd nginx
  docker compose up -d --build
  edit file hosts and add these lines
  127.0.0.1 mahmoudi.local
  127.0.0.1 backend.mahmoudi.local

configure frontend app

  docker exec -it mahmoudi_frontend_container bash
  cd angular
  yarn install

configure backend app and create a user

  docker exec -it mahmoudi_symfony_container bash
  cd symfony
  composer install
  symfony console doctrine:migrations:migrate
  symfony console doctrine:fixtures:load

Visit now App

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published