https://github.com/mariosantosdev/nlw-heat
This project was developed in the event of the Rocketseat.
https://github.com/mariosantosdev/nlw-heat
Last synced: 7 days ago
JSON representation
This project was developed in the event of the Rocketseat.
- Host: GitHub
- URL: https://github.com/mariosantosdev/nlw-heat
- Owner: mariosantosdev
- Created: 2021-10-21T04:12:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T08:59:15.000Z (over 4 years ago)
- Last Synced: 2025-01-03T08:47:54.360Z (over 1 year ago)
- Language: TypeScript
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NLW Heat 2021
## Backend
### Routes
| Path | Method | Body | Params | NeedToken |
| ------------- | ------ | ------------ | ---------------------- | --------- |
| /authenticate | POST | code: string | | false |
| /messages | POST | text: string | | true |
| /messages | GET | | maxMessages (optional) | false |
| /profile | GET | | | true |