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

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

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`