This repository contains the source code for Jaqpot Frontend, a modern web application built using Next.js. It leverages NextAuth for robust authentication mechanisms, providing a secure and efficient way to manage user sessions and access control. The app is designed to interface with the Jaqpot API, facilitating advanced model management and prediction functionalities.
- Model Management: Upload, modify, and manage models directly through the UI.
- Predictions: Run predictions using stored models and view results in real-time.
- User Authentication: Secure user authentication and session management with NextAuth.
Before you begin, ensure you have the following installed:
- Node.js (>=18.x)
- npm/yarn
Clone the repository and install the dependencies:
git clone https://github.com/ntua-unit-of-control-and-informatics/jaqpot-frontend.git
cd jaqpot-frontend
npm install # or yarn install
To start the development server, run:
npm run dev # or yarn dev
Open http://localhost:3000 in your browser to view the application.