1 KiB
1 KiB
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
- Node.js (Javascript runtime)
- Express (web app framework)
- PostgreSQL (database)
- Heroku (cloud hosting)
- Knex.js (SQL query builder)