A fullstack app consisting of:
- Front-end SPA written in React.js
- node.js server written in express
- postgreSQL database
- Node.js installed.
- FaceFinderApi installed and running.
Using the console clone repository and run npm install
git clone https://github.com/m-zaremba/FaceFinder
cd FaceFinder
npm install
After installation start the app with:
npm start