CrudListApp is a very simple app for CRUD operations in Symfony 6.
- Simply run the app using Symfony command
- First do,
composer install
andnpm install
to install dependencies - Symfony command:
symfony server:start -d
to start in daemon mode - Visit URL: https://127.0.0.1:8000/ to run the app
- Note: You will need to have local database setup to run this app
CRUDListApp is currently deployed at heroku, https://sheltered-coast-16654.herokuapp.com/
Use solely for reference material only