Skip to content

API wrote in Python utilizing software such as Flask, MongoDB and Docker. Users can upload any CSV dataset and begin creating review documents of their data. Work similarly to Git Provider's review processes.

License

Notifications You must be signed in to change notification settings

teenorth/csv-reviewer

Repository files navigation

CSV Reviewer Flask API

Read Me

Todo: Write up read me with project instructions

Python virtual environment

Create virtual environment:

python3 -m venv venv

Activate virtual environment:

. venv/bin/activate

Freeze the latest package changes to the requirements file:

pip freeze > requirements.txt

Install packages:

pip install -r requirements.txt

About

API wrote in Python utilizing software such as Flask, MongoDB and Docker. Users can upload any CSV dataset and begin creating review documents of their data. Work similarly to Git Provider's review processes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages