tekkie / micro-kickstart
Kickstart an API project
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:project
Requires
- php: >=5.5.9
- incenteev/composer-parameter-handler: ^2.0
- sensio/distribution-bundle: ^5.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/monolog-bundle: ^2.8
- symfony/symfony: 3.1.*
This package is not auto-updated.
Last update: 2024-10-26 19:37:49 UTC
README
Prerequisites
Make sure you have Docker installed and running.
OSX
- download the Docker Toolbox and install it
- start the virtual machine:
./bin/docker-osx-start
Setup
Clone the repo
$ git clone git@github.com:tekkie/micro-kickstart.git
$ cd micro-kickstart
Start the needed containers
$ ./bin/micro start
Verify that everything is working as expected: load http://micro.dev:8080/status in your browser and see that you receive a nice JSON.