austeane / qdrill

https://qdrill.vercel.app
2 stars 0 forks source link

When submitting form, the flask backend running locally is not called #8

Closed austeane closed 3 months ago

austeane commented 3 months ago

Make sure the flask backend is being called properly when form is submitted, and that when a drill is submitted, it will be shown in the list of drills

austeane commented 3 months ago

There is still no activity

This is all the flask shows

(venv) (base) austinwallace@Austins-MacBook-Pro qdrill % flask run

And this is all node shows

(venv) (base) austinwallace@Austins-MacBook-Pro qdrill % npm run dev

sveltekit-2@0.0.1 dev vite dev

VITE v4.5.3 ready in 1164 ms

➜ Local: http://localhost:5173/ ➜ Network: use --host to expose ➜ press h to show help

Nothing appears when I submit the form in either terminal