API to manage the inclusion of volunteers and actions.
About |
Technology |
Getting Started |
Usage |
License
Volunteers is an API to manage the inclusion of volunteers and actions being possible to carry out the entire process of insertion, listing, viewing details, updating and removal.
This project was developed with the following technologies:
git clone https://github.com/WesGtoX/volunteering.git
SECRET_KEY
in .env
:
cp .env.sample .env
make run
make test
Method | Endpoint | Description |
---|---|---|
POST |
/volunteers/ |
Register a volunteer. |
GET |
/volunteers/ |
List all registered volunteers. |
GET |
/volunteers/:id |
Show the detail of a specific volunteer. |
PUT |
/volunteers/:id |
Change the data for a specific volunteer. |
DELETE |
/volunteers/:id |
Remove a specific volunteer. |
Method | Endpoint | Description |
---|---|---|
POST |
/actions/ |
Create an action. |
GET |
/actions/ |
List all created actions. |
GET |
/actions/:id |
Show the detail of a specific action. |
PUT |
/actions/:id |
Change the data for a specific action. |
DELETE |
/actions/:id |
Remove a specific action. |
For more examples, please refer to the Documentation
Distributed under the MIT License. See LICENSE for more information.
Made with ♥ by Wesley Mendes