Tool that reconciles data from two csv files
- Python
- Pandas
- Django
- Clone the project at https://github.com/the-krafty-koder/reconciliation
- Launch your terminal and navigate to the project's root folder.
- Optional: create and launch a virtual environment. The command may vary depending on your OS
virtualenv venv
- Optional: activate the virtual environment if it was created
source venv/bin/activate
- Run the following commands on the terminal, one after the other
pip install -r requirements.txt ./manage.py migrate ./manage.py runserver
- Navigate to your browser at localhost:8000 and upload files to use the reconciliation tool
