An open API service indexing awesome lists of open source software.

https://github.com/flaque/koby-express


https://github.com/flaque/koby-express

Last synced: 2 months ago
JSON representation

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:
![example](https://i.imgur.com/XbLY0N7.png)

Press "Send". Look at your console. Congrats, you've learned Express!