Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.22 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.22 KB

Kaskara AI API Framework (Demo Kickstart)

This is a Next.js project bootstrapped with create-next-app.

Run the Demo (NextJS Frontend)

From the /client directory, run:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Run the Demo (Flask Backend)

From the /server directory, run:

python3 server.py

Open http://localhost:5000 with your browser to see the result.