Skip to content

A very simple app for CRUD operations in Symfony

License

Notifications You must be signed in to change notification settings

kalwar/CRUDListApp

Repository files navigation

CrudListApp

CrudListApp is a very simple app for CRUD operations in Symfony 6.


Steps to follow

  1. Simply run the app using Symfony command
  2. First do, composer install and npm install to install dependencies
  3. Symfony command: symfony server:start -d to start in daemon mode
  4. Visit URL: https://127.0.0.1:8000/ to run the app
  5. Note: You will need to have local database setup to run this app

Production deployment

CRUDListApp is currently deployed at heroku, https://sheltered-coast-16654.herokuapp.com/

Tech stack

  1. Symfony
  2. PHP
  3. MySQL
  4. phpMyAdmin

Use for reference

Use solely for reference material only