Setup sled database #4

Merged
mhfowler merged 3 commits from sled into master 2021-05-03 09:33:01 +00:00
mhfowler commented 2021-05-02 19:06:25 +00:00 (Migrated from github.com)
No description provided.
mhfowler commented 2021-05-03 09:32:55 +00:00 (Migrated from github.com)

based on this tutorial https://mbuffett.com/posts/rocket-sled-tutorial/,
this is now working, and has two endpoints in place

  • ROUTES
  • /domain/put : create or update a domain record (protected via secret string)
  • /domain/available/ : check if a given domain is free

next I will work on integrating these endpoints with the DNS server

based on this tutorial https://mbuffett.com/posts/rocket-sled-tutorial/, this is now working, and has two endpoints in place * ROUTES * /domain/put : create or update a domain record (protected via secret string) * /domain/available/<domain> : check if a given domain is free next I will work on integrating these endpoints with the DNS server
Sign in to join this conversation.
No description provided.