https://github.com/alexanderthegreat96/gameloft-dev-interview
App stack built for their interview requirements.
https://github.com/alexanderthegreat96/gameloft-dev-interview
Last synced: 4 months ago
JSON representation
App stack built for their interview requirements.
- Host: GitHub
- URL: https://github.com/alexanderthegreat96/gameloft-dev-interview
- Owner: alexanderthegreat96
- Created: 2024-02-01T20:49:34.000Z (over 1 year ago)
- Default Branch: origin
- Last Pushed: 2024-02-07T11:36:33.000Z (over 1 year ago)
- Last Synced: 2025-01-09T18:08:55.807Z (5 months ago)
- Language: PHP
- Size: 1.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gameloft Senior Dev Interview App
### To install
- cp backend/.env_example backend/.env
- cp frontend/.env_example frontend/.env
- cp .env_example .env
- docker compose up --build or ./install.sh
- after the installation is done, execute [php artisan migrate] in the backend container### To grab data from the APIs:
- docker exec backend php artisan app:scrape-eurogamer-news-feed
- docker exec backend php artisan app:scrape-eurogamer-videos-feed
- docker exec backend php artisan schedule:run### Check the APP
- FRONTEND: http://localhost:5000
- API LIVES AT: http://localhost:15000### Demo:

