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.git
cd dami-social-places-server
composer install
php bin/console doctrine:migrations:migrate
create a new database
set up env variables
php bin/console server:run
npm install to install dependencies
run '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