Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 753 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 753 Bytes

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