Symfony 4 Contacts example app with RESTFUL API
- User can add new contacts
- Users can view contact list
- API accepts new contact
git clone https://github.com/adeadedoja/dami-social-places-server.gitcd dami-social-places-servercomposer installphp bin/console doctrine:migrations:migratecreate a new databaseset up env variablesphp bin/console server:runnpm install to install dependenciesrun 'gulp default'
The above will get you a copy of the project up and running on your local machine for development and testing purposes.
- [MYSQL]
- [PHP]
- [Gulp]
| EndPoint | Functionality |
|---|---|
| POST /api/contact/store | Store a new contact |
The API responds with JSON data by default.
This project is licensed under the MIT License - see the LICENSE.md file for details