Use go version 1.10 due to a known issue with mongo-driver
- Admin
{
"email": "admin@user.com",
"password": "user12345"
}
- User
{
"email": "user@user.com",
"password": "user12345"
}
- Agent
{
"email": "agent@user.com",
"password": "user12345"
}
- Manager
{
"email": "manager@user.com",
"password": "user12345"
}
GET https://farmsaledev.herokuapp.com/api/v1
GET https://farmsaledev.herokuapp.com/api/v1/auth/products
GET https://farmsaledev.herokuapp.com/api/v1/admin
GET https://farmsaledev.herokuapp.com/api/v1/manager
GET https://farmsaledev.herokuapp.com/api/v1/agent