Skip to content

arekminajj/pyatform-frontend

Repository files navigation

Pyatform

Pyatform Frontend is a web client for Pyatform - a coding challenge platform. It allows users to write code, submit solutions, view test results, track progress, and manage their profile.

The frontend communicates with the .NET backend API

Getting Started

First create .env file with your environmental variables:

NEXTAUTH_SECRET=<your-nextauth-secret>
BACKEND_BASE_URL=http://localhost:8080
NEXT_PUBLIC_BASE_URL=http://localhost:3000
  • NEXTAUTH_SECRET is used for securing JWT tokens in authentication. You can generate a random secret using:

    openssl rand -base64 32

Then, run the development server:

npm run dev

The app will be available at:

http://localhost:3000

License

Distributed under the MIT License. See LICENSE for more information.

About

Frontend of coding challenge platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors