Skip to content

NathanTarbert/wing-langchain-nextjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  • Clone the repository

  • Ensure you have the latest version of Wing installed on your computer.

    npm install -g winglang@latest
  • Run npm install within the frontend and backend folders to install the project dependencies

    npm install
  • Run wing secrets in your backend terminal and paste your OpenAI API Key into the field.

  • Build the Next.js app by running npm run build.

    cd frontend
    npm run build
  • Finally, start the Wing server. It automatically starts the Next.js server.

    cd backend
    wing it

    You can access the Next.js app by visiting http://localhost:3001 within your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.8%
  • JavaScript 5.2%
  • CSS 2.0%