Simple GUI to enable CSV data file uploads to ODK Central. Built on Python Flask and runs on a local server
To execute on the command line:
- Clone this repository and move into the file directory, i.e., > cd odkuploader
- Create a virtual environment and run it: python3 -m venv venv && venv\Scripts\activate.bat (if Terminal on Mac: replace venv\Scripts\activate.bat with source venv/bin/activate)
- Install the requirements from the requirments.txt file: pip install -r requirements.txt
- Run the app file from the command line: python app.py
- Go to http://localhost:5000