This is the frontend project for the fullstack test @ DSpot

Getting Started

In order to run the development server for first time you must:

NEXT_PUBLIC_PROFILE_API_BASE_URL=http://localhost:8000/api/v1/
  • Install dependencies:
npm install
# or
yarn install
  • Run the project
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.