Skip to content

Commit

Permalink
Updated README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldin-SXR committed Feb 18, 2019
1 parent 17b479b commit f02a7f0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,15 @@ path/to/project
Rundown of main project components:

`app`: the main application folder
- `models`: models used for requests/responses
- `routes`: definition of API routes
- `utils`: application utilites, such as validtors and loggers

- `models`: models used for requests/responses
- `routes`: definition of API routes
- `utils`: application utilites, such as validtors and loggers
`config`: configuration file(s)
`docs`: Swagger documentation files
`logs`: logs storage

`tests`: application tests folder
- `build`: any compiled files resulting form tests (code coverage, etc.)
- `src`: test source files

- `build`: any compiled files resulting form tests (code coverage, etc.)
- `src`: test source files
`vendor`: location of all libraries and third-party code
`index.php`: API entry point and inclusion of all requried files
`phpunit.xml`: PHPUnit testing configuration
Expand Down

0 comments on commit f02a7f0

Please sign in to comment.