This is a full-stack test task project consisting of:
- 📦
backend/— NestJS - 💻
client/— NextJs
root/
├── backend/ # NestJS backend (API, services, database, etc.)
└── client/ # Next.js frontend (React, pages, components, etc.)git clone https://github.com/Dru1DD/solana-gvrn.git]
cd solana-gvrncd backend
yarn installCreate a .env file inside backend/ with the following example content:
RPC_URL = ""
RPC_DEVNET_URL = ""
PORT=
# Development
npm run start:dev
# Production
npm run build
npm run start:prodcd client
yarn installCreate a .env file inside client/ with the following example content:
NEXT_PUBLIC_API_URL = ""
yarn dev