Skip to content

Backend para a disciplina de Projeto de Interfaces Web

Notifications You must be signed in to change notification settings

antoniorrm/rede-social-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rede Social Back Node.js

  • Rede Social Backend para a disciplina de Projeto de Interfaces Web
  • Universidade Federal do Ceará - Compus Quixadá

API DOC

Users

  • GET ​/api/users - Get all users
  • GET ​/api/users/:id - Get user with id :id
  • POST ​/api/users - Get user and save
  • PUT ​/api/users/:id - Get user with id :id and update
  • DELETE ​ /api/users/:id - Delete user with id :id
  • GET ​/api/users/:id/posts - Get all posts from user

Releases

No releases published

Packages

No packages published