Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 324 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 324 Bytes

RVFA

RVFA (Really Vulnerable Fin-Tech Application) is a collection of what not to do when you make a fin-tech app

Get Started

flask --app rvfa run

Development

  • Install Node.js & npm
  • Run npm i
  • Run npm run tailwind to start the tailwind compiler
  • Run the app with flask --app rvfa run --debug