Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galembeck/happy-backend
Backend application of "happy (repository)".
https://github.com/galembeck/happy-backend
Last synced: about 1 month ago
JSON representation
Backend application of "happy (repository)".
- Host: GitHub
- URL: https://github.com/galembeck/happy-backend
- Owner: galembeck
- Created: 2020-10-16T11:41:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T11:43:49.000Z (about 4 years ago)
- Last Synced: 2024-04-24T10:27:52.728Z (9 months ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
ROTA = CONJUNTO
RECURSO = USUÁRIO
PARÂMETROSMÉTODOS (HTTP) = GET, POST, PUT, DELETE
GET = Buscar uma informação (lista, item...).
POST = Criando uma informação.
PUT = Editando uma informação.
DELETE = Deletando uma informação.QUERY (PARAMS): http://localhost:3333/users?search=pedro&page=2
ROUTE (PARAMS): http://localhost:3333/users/1 (Identificar algum recurso).
BODY: http://localhost:3333/users (Enviar dados...).