Project 2 Group Project for INFO3180
While testing csrf is off. This should be re-enabled before final submit
This template should help get you started developing with Vue 3 on the frontend and Flask as an API on the backend.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Remember to always create a virtual environment and install the packages in your requirements file
$ python -m venv venv (you may need to use python3 instead)
$ source venv/bin/activate (or .\venv\Scripts\activate on Windows)
$ pip install -r requirements.txt
$ flask --app app --debug run