Skip to content

fermellone/workshop-ai-flask-sveltekit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

I‘ve designed this workshop as part of a programming bootcamp where I taught Python and a little bit of web development.

Steps

  1. clone the repo create your virtual environment and initialize it virtualenv .env && source .env/bin/activate

  2. install the requirements pip install -r requirements.txt

  3. add you OpenIA API KEY

  4. run the server flask app

  5. go to the hello folder cd hello

  6. install node dependencies npm install

  7. run the frontend project npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published