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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:39:54.000Z (over 3 years ago)
- Last Synced: 2025-12-27T04:52:03.872Z (6 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 0
- 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!