Skip to content

Commit 466503e

Browse files
Fixes per feedback
1 parent 406d103 commit 466503e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# A Sample Symfony 2 RESTful API Project with FOSUserBundle + FOSRestBundle + FOSOauthServerBundle for Mobile and Web Clients
22

3-
This is an example project, ready to use.
3+
This is an example project, ready to use. This project is using below Symfony Bundles:
4+
5+
* [FOSUserBundle](https://github.com/FriendsOfSymfony/FOSUserBundle)
6+
* [FOSRestBundle](https://github.com/FriendsOfSymfony/FOSRestBundle)
7+
* [FOSOAuthServerBundle](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle)
8+
* [JMSSerializerBundle](https://github.com/schmittjoh/JMSSerializerBundle)
9+
* [NelmioApiDocBundle](http://symfony.com/doc/current/bundles/NelmioApiDocBundle/index.html)
10+
* [AsseticBundle](https://github.com/symfony/assetic-bundle)
411

512
## Installation Steps:
613

@@ -74,6 +81,8 @@ You will need to start the server before you can use this package:
7481

7582
You can test the provided API via curl or Postman. Here we provide as to how to use Postman.
7683

84+
**API documentation is available, via NelmioApiDocBundle, at http://127.0.0.1:800/api/doc.**
85+
7786
* We have provide sample Postman Collections. Please import any of the Collection to Postman.
7887
* Open the imported Collection and start executing the contained links one by one. For your convenience, we have arranged the links in the preferred order of execution.
7988
* You may start with create the client via API or you will have to use client_id and client_secret of the client created above via command line.

0 commit comments

Comments
 (0)