Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 237 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 237 Bytes

Simple Deno API

A simple Deno api that allows the creation of users.

Endpoints

  • /plants

    • Gets all plants from the data store.
  • /users/register

    • Registers a new user.
  • /login

    • Logs in a previously registered user.