RESTfull service built with Python, Flask, and Mongoose for managing student teams of Pachaqtec Coding School. Built as part of the final project of the backend specialization program from the same school.
POST /home/login
POST /home/signupGET /dashboard/friends
POST /dashboard/friends/{username}
PUT /dashboard/{username}/profile
PUT /dashboard/{username}/profile/tagsGET /chat
PUT /chat/{username}- Follows PEP8.
- Refer to postman file for the full documentation
Returns a JSON response in the following format:
{
"message" : string,
"success" : bool,
"content" : dict
}Returns the following status codes in its API:
| Status Code | Description |
|---|---|
| 200 | OK |
| 201 | CREATED |
| 400 | BAD REQUEST |
| 404 | NOT FOUND |
| 500 | INTERNAL SERVER ERROR |
- Rodrigo Bruce Galvez (team leader)
- Javier Cárdenas