Skip to content

Press application created with Symfony for university course about best practices of backend development.

Notifications You must be signed in to change notification settings

michalmytych/projekt-si-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projekt SI

# Make sure that docker engine is running, then run project containers
docker-compose up -d
# In php container:
cd app
composer install
bin/console doctrine:migrations:migrate
bin/console doctrine:fixtures:load
# App should by available at http://localhost:8000

About

Press application created with Symfony for university course about best practices of backend development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published