Skip to content

lasnab/froggy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

froggy

About

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.

Technologies Used

  • 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.

To Run this on your Own Machine:

Clone this repository npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Make sure to checkout out the backend (linked above) to run the complete project smoothly.