https://github.com/dimaip/calendar-backend
https://github.com/dimaip/calendar-backend
psmb-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimaip/calendar-backend
- Owner: dimaip
- Created: 2018-03-20T15:39:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T16:50:26.000Z (4 months ago)
- Last Synced: 2025-01-29T17:30:46.394Z (4 months ago)
- Topics: psmb-server
- Language: HTML
- Size: 3.88 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Installation
**Make sure you have PHP 7.x+ and composer installed**
Then run:
```
git clone https://github.com/dimaip/calendar-backend
cd calendar-backend
composer install
```## Usage
Run `./start.sh` or put inside proper PHP web server.
```
GET /day/20180318
GET /reading/%D0%91%D1%8B%D1%82.+XVII%2C+1-9.[&translation=1Aver]
```## Run tests
Run from project root folder:
```
vendor/bin/phpunit tests
```