https://github.com/flaque/koby-express
https://github.com/flaque/koby-express
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flaque/koby-express
- Owner: Flaque
- Created: 2020-01-07T20:04:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:39:54.000Z (over 2 years ago)
- Last Synced: 2025-01-20T10:13:58.773Z (4 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Koby
Run this server with `yarn start`.
Open [Insomnia](https://insomnia.rest/). In the top bar, put "http:localhost:3000/new-room". Set the dropdown to be POST. Set the body to be "JSON". Put JSON in the editor.
It should look like this when you're done:
Press "Send". Look at your console. Congrats, you've learned Express!