RVFA (Really Vulnerable Fin-Tech Application) is a collection of what not to do when you make a fin-tech app
flask --app rvfa run
- 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