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 f02a7f0 commit bc09686
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ path/to/project
```
Rundown of main project components:

`app`: the main application folder
- `app`: the main application folder
- `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
- `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
`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
- `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

### Working on the project

Expand Down

0 comments on commit bc09686

Please sign in to comment.