Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kalwar/crudlistapp

A very simple app for CRUD operations in Symfony
https://github.com/kalwar/crudlistapp

crud-application doctrine doctrine-orm php8 simple-app symfony6 twig

Last synced: 7 days ago
JSON representation

A very simple app for CRUD operations in Symfony

Awesome Lists containing this project

README

        

# 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](https://symfony.com/)
2. [PHP](https://www.php.net/)
3. [MySQL](https://mysql.com)
4. [phpMyAdmin](https://www.phpmyadmin.net/)

# Use for reference

Use solely for reference material only