Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Application (Next.js + NestJS)

This is a fullstack application consisting of:

  • Frontend: Built with Next.js located in the frontend/ folder
  • Backend: Built with NestJS located in the backend/ folder

🧾 Project Structure

project-root/
├── frontend/   # Next.js frontend
└── backend/    # NestJS backend

🚀 Getting Started

1. Clone the Repository


🖥️ Frontend Setup (Next.js)

📁 Location

/frontend

📦 Install Dependencies

cd frontend
npm install

⚙️ Environment Variables

Create a .env.local file in the frontend/ directory:

NEXT_PUBLIC_API_BASE_URL=

🧪 Run Development Server

npm run dev

🛠️ Backend Setup (NestJS)

📁 Location

/backend

📦 Install Dependencies

cd backend
npm install

⚙️ Environment Variables

Create a .env file in the backend/ directory:

YOUTUBE_API_KEY=your_youtube_api_key
DB_HOST=localhost
DB_PORT=5432
DB_USER=your_db_user
DB_PASSWORD=your_db_password
DB_NAME=your_db_name
PORT=5000

🧪 Run Development Server

npm run start:dev

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages