https://github.com/influxow/xsolla-news-feed
https://github.com/influxow/xsolla-news-feed
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/influxow/xsolla-news-feed
- Owner: InfluxOW
- Created: 2020-07-17T16:32:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T21:41:15.000Z (over 2 years ago)
- Last Synced: 2025-01-13T16:47:49.348Z (4 months ago)
- Language: PHP
- Size: 520 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# News Feed
Xsolla Summer School 2020 (Backend) introductory assignment.Task: https://github.com/xsolla/xsolla-backend-school-2020#%D0%B2%D0%B0%D1%80%D0%B8%D0%B0%D0%BD%D1%82-2
## Requirements
You can check PHP dependencies with the `composer check-platform-reqs` command.* PHP ^7.4
* Extensions:
* mbstring
* curl
* dom
* xml
* zip
* sqlite
* json## Commands
1. Run `make setup` to setup the project.
2. Run `make test` to run tests.
3. Run `make seed` to seed the database with fake data.