ai-coding-test-task: Not so extensive documentation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

  1. this project requires version of node.js higher than 20, you can use NVM to switch between versions

  2. add a .env.local file to the root folder of the project with this structure

BACKEND_BASE_URL =
API_SESSION =
API_TOKEN =
  1. install the dependencies
npm i
  1. run the development server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Core technologies