This is the API for the Froggy Web Application. The API is built using NodeJS + Express.
Froggy is a web application for detecting faces in images. The app is not so much functional as it is a canvas to practive Full Stack Development on a React+Node based framework. The app used React for the front end, and is completely responsive. For the backend, NodeJS along with Express is used. For the database, PosgreSQL is being used. The app has full SignIn, and Registration functionality, and uses encryption to store user passwords in the database.
- React - Front-End
- NodeJS + Express - Backend
- CLARIFAI API - Face Detection
- PostgreSQL - Database
- Heroku + Git - Deployment
- Other - NPM, CORS
This project was bootstrapped with Create React App.
Clone this repository
npm install
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.