An open API service indexing awesome lists of open source software.

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

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.