/FaceRecognition-API

A simple server built with express

Primary LanguageJavaScriptMIT LicenseMIT

FaceRecognition-API

Description

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.

Getting Started

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.

Technologies Used

  • 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

Setup

  1. Clone the FaceRecognition repository to your local machine.
  2. Install the required dependencies by running npm install.
  3. Configure the PostgreSQL database connection in the server configuration files.
  4. Start the server using the command npm start.

*The site is not currently working because the database is not being maintained.