https://github.com/kalwar/booklist-app-ref
A simple Symfony 7 booklist project for reference
https://github.com/kalwar/booklist-app-ref
doctrine mysql simple-app symfony symfony7 symfony7-app
Last synced: 4 months ago
JSON representation
A simple Symfony 7 booklist project for reference
- Host: GitHub
- URL: https://github.com/kalwar/booklist-app-ref
- Owner: kalwar
- Created: 2024-05-03T10:36:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T13:08:54.000Z (about 1 year ago)
- Last Synced: 2025-01-17T19:55:30.482Z (5 months ago)
- Topics: doctrine, mysql, simple-app, symfony, symfony7, symfony7-app
- Language: PHP
- Homepage:
- Size: 337 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookList-App-Ref
Simple Symfony 7 booklist project for reference

## Description
This project uses Symfony 7 for creating, editing and deleting books utilzing database concepts of Symfony 7.
## Getting Started
### Dependencies
* This repo requires you have [Symfony-MAMP](https://github.com/kalwar/Symfony-MAMP) installed and working in your local computer
### Installing
* Clone the repo to your computer
* Go to Symfony-MAMP folder and copy "booklist-app-ref" to root folder of Symfony-MAMP
* Rename "booklist-app-ref" to "web" folder
* Hit localhost:8007
* You will see warning message like this: `Warning: require_once(/var/www/web/vendor/autoload_runtime.php): Failed to open stream: No such file or directory in /var/www/web/public/index.php on line 5 .. Fatal error ... etc`
* Run inside web folder `composer install`
* If you see .env file missing, you can copy env.example to .env
* You may also have to do database migration inside docker to see app working## Reference
Use solely for reference material only