slim-bookshelf-api
A simple API written in Slim Framework
File Explorer
Download Latest Version (.zip)- dependencies.php
- middleware.php
- routes.php
- settings.php
- default.sql
- Version20170128183030.php
- Version20170128183204.php
- bookshelf-1.db
- index.php
- schema.graphqls
- Author.php
- AuthorMapper.php
- AuthorTransformer.php
- Book.php
- BookMapper.php
- BookTransformer.php
- ValidationException.php
- AuthorBooksHandler.php
- AuthorHandler.php
- AuthorListHandler.php
- GraphQLHandler.php
- BaseURL.php
- GraphQLSchemaBuilder.php
- composer.json
- composer.lock
- migrations-db.php
- migrations.php
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/akrabat/slim-bookshelf-api
Downloads the entire project code from GitHub to your computer.
cd slim-bookshelf-api
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
$ composer migrate
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
