A form filling webpage to expedite financial claim procedures for treasurers in different committees.
- Helps users submit the appropriate forms corresponding to the type of claim.
- Alleviate the checking process by the Finance Director.
- Prompts users on the additional documents required.
- cd react-app
- npm install
- npm run start
- open localhost:3000 on your browser to view app
start flask server
note!! you need to install this pdfkit package on your com first either with brew (mac) or yum (windows)
Refer to this to see installation instructions: https://github.com/JazzCore/python-pdfkit/wiki/Installing-wkhtmltopdf
- python3 -m venv venv
- . venv/bin/activate
- pip install -r requirements.txt
- flask run
- If npm run start fails, delete node modules
- rm -rf node_modules
- reinstall npm again (npm install)
- npm run start