React app that allows users to upload medical bills
https://drive.google.com/file/d/1iTk5AsMsscNcrhOUI0rkIUQh94ztejnI/view?usp=sharing
This project requires Python 3.6 and the Python packages required are given in the file requirements.txt. They can be installed using the command:
pip install -r requirements.txt
A MySQL database is to be created and the URL of the database should be assigned to the environment variable defined in the config.py file.
The project can be started by using the command:
python runserver.py
In the project directory, you can run:
Runs the app in development mode.
Open http://localhost:3000 to view it in your browser.