FaceRecognition-API is a simple RESTful API built with Node, Express, the clarify API for the image detection and for the databse I used PostgreSQL. This API serves as the backend for the FaceRecognition application.
To use this API, you will need to set up the FaceRecognition client-side application. Please refer to the FaceRecognition repository for instructions on setting up and running the frontend application.
- Vite: A fast build tool for modern web development that provides a seamless development experience with instant server startup and hot module replacement (HMR).
- Express: A web application framework for Node.js that provides a robust set of features for building APIs.
- PostgreSQL: The chosen database management system to store and retrieve data related to face recognition.
- Node
- Clone the FaceRecognition repository to your local machine.
- Install the required dependencies by running
npm install
. - Configure the PostgreSQL database connection in the server configuration files.
- Start the server using the command
npm start
.
*The site is not currently working because the database is not being maintained.