Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kalwar/crudlistapp
- Owner: kalwar
- License: mit
- Created: 2022-05-03T15:54:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T10:33:01.000Z (over 2 years ago)
- Last Synced: 2024-11-17T01:10:42.297Z (2 months ago)
- Topics: crud-application, doctrine, doctrine-orm, php8, simple-app, symfony6, twig
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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