A small project that doesn't do that much! (But what it does, it does pretty well.)
Heroku might need a minute to spin up a dyno so it will be slow at first :)
I made this app to showcase clean, simple react code,rock-solid authentication, API integration, a node/express server, and a small database.
Just sign in and paste a link to a photo in the box. Smart Face will detect faces in it, and put a blue box around the face!
- Fork and Clone down the repo
- Fork and Clone the Back-end Smart-Face-Backend
- Follow Install Instructions for the Back-End and Database. They must both be running locally for the front end to work properly.
- make a file called .env in the root directory of the front end project. In .env copy and paste the following code:
REACT_APP_BACKEND_URL = localhosthttp://localhost:3000/
- In a terminal, navigate to the root directory and run
npm install
- Then run
npm start
Ben Reilly – benjamin.reilly@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/Ibenthinkin/Smart-Face-Front-End
- Fork it (https://github.com/Ibenthinkin/Nous-Front-End/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request