https://github.com/matildevoldsen/pricesearcher-test
https://github.com/matildevoldsen/pricesearcher-test
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matildevoldsen/pricesearcher-test
- Owner: Matildevoldsen
- Created: 2019-04-18T15:22:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T15:23:28.000Z (over 7 years ago)
- Last Synced: 2026-05-22T02:31:45.137Z (2 months ago)
- Language: PHP
- Size: 463 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web test for pricesearcher
This is a project made for pricesearcher interview test.
## Tech stack
- Laravel
- Laravel Cors
- React
- Axios
This project uses SQLite to store the data in the database file inside `database/database.sqlite` and `test/database.sqlite` for testing purposes.
## Tests
Tests are written with PHPUnit to check the following in the code:
- If photo can be created and uploaded.
- If description can be set.
- Show all photos.
### Frontend
Run frontend by `cd frontend` and then run `yarn start` this will then run on port `3000`
### Backend
Run backend by `cd backend` and then run `php artisan serve` this will then run on port `8000`