https://github.com/matildevoldsen/pricesearcher-test
https://github.com/matildevoldsen/pricesearcher-test
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matildevoldsen/pricesearcher-test
- Owner: Matildevoldsen
- Created: 2019-04-18T15:22:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T15:23:28.000Z (about 7 years ago)
- Last Synced: 2025-02-17T05:43:59.994Z (over 1 year ago)
- Language: PHP
- Size: 463 KB
- Stars: 0
- Watchers: 1
- 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`