Skip to content

This is a project that will generate webserver based on the input using openAI and rust.

Notifications You must be signed in to change notification settings

bunnyBites/rust-hoppity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create .env

touch .env

Within the .env file created, paste the following:

OPEN_AI_ORG=YOUR_OPEN_AI_ORG_ID
OPEN_AI_KEY=YOUR_OPEN_AI_KEY

Update Paths

Update constants in the src/helpers/general path.

These should match where you have your web_template project saved. Recommend to save your web_template in the same folder as this project.

Web template project: https://github.com/coderaidershaun/rust-web-server-template.git

These should link to a code template which you want your web server to use and the main.rs file where it will attempt to execute new code it writes.

Build Project

cargo build

Run Project

cargo run

About

This is a project that will generate webserver based on the input using openAI and rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages