This is a code bundle for Budget Dashboard for Calcura.
Run npm i to install the dependencies.
Run npm run dev to start the development server.
To run the app, use the command: uvicorn testapp:app --reload
If this command does not work, use python -m uvicorn testapp:app --reload instead
If nothing wors try cd project-calcura-capstone and then run the command again
http://127.0.0.1:8000/docs#/ to access the API documentation and test the endpoints.