smart-brain-api/README.md
2022-01-01 10:01:04 -05:00

1 KiB

Server

smart-brain-api

Backend server for rzmk/smart-brain.

Endpoints

  • /signin: Sign in verification with email and password.
  • /register: Register with name, email, and password.
  • /profile/:id: Get user profile (once logged in).
  • /image: Side effects of image detection (increment entries count).
  • /imageurl: Image URL upload handler (Clarifai API call).

Stack

Acknowledgements