Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 497 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 497 Bytes

Social network REST API backend server

Project features

This project allows to:

  • Create user profile
  • Create group
  • Create posts

Project installation

  • set configuration in .env file
  • run command php artisan migrate
  • run command php artisan db:seed
  • see API documentations on url http://yourdomain.dev/api/documentation/