Skip to content

aryaanb/recipe-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start Guide

To get started, follow these steps:

1. Create React Build

Navigate to the frontend directory and build the React application:

cd frontend
npm run build

2. Build the Go Application

go build -o app

3. Run the Server

Finally, run the server by executing the generated binary:

./app

About

Messing around with Go and the OpenAI API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors