🚀 Initial commit for rzmk/smart-brain-api!
This commit is contained in:
commit
16e22cda96
10 changed files with 4048 additions and 0 deletions
28
README.md
Normal file
28
README.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<div align="center">
|
||||
<a href="https://github.com/rzmk/smart-brain-api">
|
||||
<img src="server.svg" alt="Server" width="80" height="80">
|
||||
</a>
|
||||
<h3 align="center">smart-brain-api</h3>
|
||||
Backend server for <a href="https://github.com/rzmk/smart-brain"> rzmk/smart-brain</a>.
|
||||
<br />
|
||||
</div>
|
||||
|
||||
## 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](https://www.clarifai.com/) call).
|
||||
|
||||
## Stack
|
||||
|
||||
- [Node.js](https://nodejs.org/) (Javascript runtime)
|
||||
- [Express](https://expressjs.com/) (web app framework)
|
||||
- [PostgreSQL](https://www.postgresql.org/) (database)
|
||||
- [Heroku](https://www.heroku.com/) (cloud hosting)
|
||||
- [Knex.js](https://knexjs.org/) (SQL query builder)
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
- [Zero to Mastery Academy](https://academy.zerotomastery.io/p/complete-web-developer-zero-to-mastery)
|
||||
Loading…
Add table
Add a link
Reference in a new issue