The best budgeting app on the World Wide Web! Built with Angular 🅰️, TypeScript & Rust 🦀
npm i
to install all project dependencies (it is assumed you also have Node.js (https://nodejs.org/en) and other JS/TS dependencies pre-installed)ng serve
or npm run start
to start the frontend dev server. Navigate to http://localhost:4200/
to view the application.npm run be
to run the Rust backend. **If you do not have rust installed on your machine, please visit this link first and follow the steps in order for the server to run properly: https://www.rust-lang.org/tools/installhttp://localhost:8080
should you need to hit any endpoints with tools like Postman or Thunderclient