https://github.com/ramyhakam/angular4-workshop-api
Simple API For Angular 4 Workshop Project
https://github.com/ramyhakam/angular4-workshop-api
Last synced: 6 months ago
JSON representation
Simple API For Angular 4 Workshop Project
- Host: GitHub
- URL: https://github.com/ramyhakam/angular4-workshop-api
- Owner: RamyHakam
- License: mit
- Created: 2017-08-19T08:00:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T17:34:00.000Z (about 8 years ago)
- Last Synced: 2024-05-02T04:45:12.883Z (over 1 year ago)
- Language: PHP
- Size: 1.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slim Framework 3 Skeleton with Parse Server SDK Dependency injection
This app depends on Slim Framwork3 Skeleton with the integration of Parse Server SDK for PHP.
This skeleton application was built for Composer. This makes setting up a new Slim Framework application quick and easy.
All parse server SDK Objects will be used as DI for Slim App So you will use it fast and Easy
## Install the Application.
1-Clone The repository .2-Install all dependences using Composer
To run the application in development, you can also run this command.
php composer.phar start
Run this command to run the test suite
php composer.phar test
That's it! Now go build something cool.