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.
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
To get started with this project, clone the repository to your local machine:
git clone https://github.com/sergiulache/licentav2.git
cd licentav2
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
To create a production version of the app:
npm run build
You can preview the production build with npm run preview
.