API hosted site: https://lazycoderbd.000webhostapp.com/
API key
{
‘x-api-key’: ‘4c25ec36e94e5be888d4b029cab8febc’
}
URL: __Site URL__/api/documentation/read/{project_id}
Request Type: GET
Example: https://lazycoderbd.000webhostapp.com/api/documentation/read/{project_id}
URL: __Site URL__/api/documentation/add
Request Type: POST
Parameter: {
“documentation " : "",
" project_id " : "",
" user_id " : ""
}
URL: __Site URL__/api/documentation/update/{id}
Request Type: PUT
Parameter: {
“documentation " : "",
" project_id " : "",
" user_id " : ""
}
URL: __Site URL__/api/documentation/delete/{id}
Request Type: DELETE
URL: __Site URL__/api/feature/read/{project_id}
Request Type: GET
URL: __Site URL__/api/feature/add
Request Type: POST
Parameter: {
“feature " : "",
" project_id " : "",
" user_id " : ""
}
URL: __Site URL__/api/feature/update/{id}
Request Type: PUT
Parameter: {
“feature " : "",
" project_id " : "",
" user_id " : ""
}
URL: __Site URL__/api/feature/delete/{id}
Request Type: DELETE
URL: __Site URL__/api/presentation/read/{project_id}
Request Type: GET
URL: __Site URL__/api/presentation/add
Request Type: POST
Parameter: {
“presentation" : "",
" project_id " : "",
" user_id " : ""
}
URL: __Site URL__/api/presentation/update/{id}
Request Type: PUT
Parameter: {
“presentation " : "",
" project_id " : "",
" user_id " : ""
}
URL: __Site URL__/api/presentation/delete/{id}
Request Type: DELETE4. Proposal
URL: __Site URL__/api/proposal/read/{project_id}
Request Type: GET
URL: __Site URL__/api/proposal/add
Request Type: POST
Parameter: {
“proposal " : "",
" project_id " : "",
" user_id " : ""
}
URL: __Site URL__/api/proposal/update/{id}
Request Type: PUT
Parameter: {
“proposal " : "",
" project_id " : "",
" user_id " : ""
}
URL: __Site URL__/api/proposal/delete/{id}
Request Type: DELETE
URL: __Site URL__/api/review/read/{project_id}
Request Type: GET
URL: __Site URL__/api/review/add
Request Type: POST
Parameter: {
“review " : "",
" project_id " : "",
" user_id " : ""
}
URL: __Site URL__/api/review/update/{id}
Request Type: PUT
Parameter: {
“review " : "",
" project_id " : "",
" user_id " : ""
}
URL: __Site URL__/api/review/delete/{id}
Request Type: DELETE
URL: __Site URL__/api/srs/read/{project_id}
Request Type: GET
URL: __Site URL__/api/srs/add
Request Type: POST
Parameter: {
“srs " : "",
" project_id " : "",
" user_id " : ""
}
URL: __Site URL__/api/srs/update/{id}
Request Type: PUT
Parameter: {
“srs " : "",
" project_id " : "",
" user_id " : ""
}
URL: __Site URL__/api/srs/delete/{id}
Request Type: DELETE
URL: __Site URL__/api/project/read/{id}
Request Type: GET
URL: __Site URL__/api/project/read
Request Type: GET
URL: __Site URL__/api/project/add
Request Type: POST
Parameter: {
“p_name" : ",
"p_group " : ",
" p_slug" : ",
"p_semester" : ",
" p_subject" : ",
" p_catagory " : ",
" p_language" : ",
" p_framework" : ",
"p_admin_id " : "
}
URL: __Site URL__/api/project/update/{id}
Request Type: PUT
Parameter: {
“p_name" : ",
"p_group " : ",
" p_slug" : ",
"p_semester" : ",
" p_subject" : ",
" p_catagory " : ",
" p_language" : ",
" p_framework" : ",
"p_admin_id " : "
}
URL: __Site URL__/api/project/delete/{id}
Request Type: DELETE
URL: __Site URL__/api/group/read/byprojectid/{project_id}
Request Type: GET
URL: __Site URL__/api/group/read/byadminid/{admin_id}
Request Type: GET
URL: __Site URL__/api/group/read
Request Type: GET
URL: __Site URL__/api/group/add
Request Type: POST
Parameter: {
"requirement_engineer" : ",
"programer " : ",
"designer " : ",
"tester " : ",
"project_manager " : ",
"srs " : ",
"proposal " : ",
"documentation " : ",
"project_id" : ",
"admin_id " : "
}
URL: __Site URL__/api/group/update/{id}
Request Type: PUT
Parameter: {
"requirement_engineer" : ",
"programer " : ",
"designer " : ",
"tester " : ",
"project_manager " : ",
"srs " : ",
"proposal " : ",
"documentation " : ",
}
URL: __Site URL__/api/group/delete/{id}
Request Type: DELETE
URL: __Site URL__/api/login
Request Type: POST
Parameter: {
" u_email " : "",
" u_password " : ""
}
URL: __Site URL__/api/signup
Request Type: POST
Parameter: {
"name" : "",
"email" : "",
"password" : "",
"remember_token" : ""
}
This project is licensed under the MIT License - see the License File for details