/licentav2

Auction platform written in SvelteKit and integrated with Supabase, featuring AI and face recognition

Primary LanguageSvelte

Service Auction Platform

This is a fancy auction platform for contracts and services. This project is powered by SvelteKit and Supabase, delivering a secure, efficient, and user-friendly platform.

Project Overview

This platform is designed to provide a friendly UI while keeping things in check under the hood. It includes features such as:

  • Advanced authentication and user session management
  • Real-time database operations
  • Machine learning algorithms for determining auction winners
  • Face verification for validating candidate's documents
  • Digital signatures for confirming identity

Getting Started

To get started with this project, clone the repository to your local machine:

git clone https://github.com/sergiulache/licentav2.git
cd licentav2

Running the dev build

Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of the app:

npm run build

You can preview the production build with npm run preview.