https://github.com/onlyonehas/pricesearcher
Given the commands provided which are added to the db, users should have a set of options which they can select and upload an image to
https://github.com/onlyonehas/pricesearcher
bootstrap php symfony3
Last synced: 5 months ago
JSON representation
Given the commands provided which are added to the db, users should have a set of options which they can select and upload an image to
- Host: GitHub
- URL: https://github.com/onlyonehas/pricesearcher
- Owner: onlyonehas
- Created: 2018-11-04T18:36:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T02:29:22.000Z (over 7 years ago)
- Last Synced: 2025-06-08T09:47:28.862Z (about 1 year ago)
- Topics: bootstrap, php, symfony3
- Language: PHP
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**INSTALLATION PROCESS**
1. clone the repository to your desired location
2. run `composer install` to install all the dependicies
3. set up a `local database`
(You may be required to change the configuration in `.env` file line 13)
I used windows `xampp phpmyadmin 127.0.0.1:3306`
4. run `php bin/console doctrine:migrations:migrate`
5. run `php bin/console server:start`