Skip to content

J-D-Torres/project-calcura-capstone

 
 

Repository files navigation

Budget Dashboard for Calcura

This is a code bundle for Budget Dashboard for Calcura.

Running the code

Run npm i to install the dependencies.

Run npm run dev to start the development server.

Running the back-end database

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.

About

Fall 2025 - Spring 2025 IT Individual Capstone Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 78.2%
  • CSS 11.2%
  • Python 10.1%
  • Other 0.5%