⚙ Backend Node.js server for https://github.com/rzmk/smart-brain.
| controllers | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| server.js | ||
| server.svg | ||
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)