Routes - macielgaleano/conecta2-server GitHub Wiki
#Server Routes.
In this proyect we will change routes that have got a word call tweet for note.
Routes for login:
post/registro (using JWT) post/login (using JWT) get/logout (using JWT)
Routes for create the first data:
get/creardata
Routes for notes:
post/note/crear get/usuario/:noteId/borrar get/usuario/:username/like/:note
Routes for configurate username profile:
get/configuracion post/uruario/configuracion/imagen post/usuario/configuracion/datos
Routes for followers: post/usuario/:username/followed post/usuario/:username/followers post/usuario/:username/notes/followed get/usuario/:username/follow get/usuario/:username/unfollow get/suggestionfollowers
Route for username profile: get/usuario/:username