-
As an admin I can add users — a user has a name.
-
As an admin I can delete users.
-
As an admin I can assign users to a group they aren’t already part of.
-
As an admin I can remove users from a group.
-
As an admin I can create groups.
-
As an admin I can delete groups when they no longer have members.
This project Documentation using POSTMAN link.
- php artisan migrate (Migration of all tables to DB)
- php artisan db:seed (Seeding your database with test data)
- ./vendor/bin/phpunit (Testing all api)