Skip to content

Dru1DD/solana-gvrn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧪 Full Stack Test Task

This is a full-stack test task project consisting of:

  • 📦 backend/ — NestJS
  • 💻 client/ — NextJs

📁 Project Structure

root/
├── backend/ # NestJS backend (API, services, database, etc.)
└── client/ # Next.js frontend (React, pages, components, etc.)

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/Dru1DD/solana-gvrn.git]
cd solana-gvrn

2. Setup Backend

cd backend
yarn install

3. ENV

Create a .env file inside backend/ with the following example content:

RPC_URL = ""
RPC_DEVNET_URL = ""
PORT=

4. Run Backend

# Development
npm run start:dev

# Production
npm run build
npm run start:prod

5. Setup Client

cd client
yarn install

6. ENV

Create a .env file inside client/ with the following example content:

NEXT_PUBLIC_API_URL = ""

5. Run Client

yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors