Skip to content

civanescu/CSV-upload-parse

 
 

Repository files navigation

Simple REST app for CSV file parsing

Flask Vue application which takes two csv files on input and return the data as JSON Object

Installation

  • clone/download repository

Frontend Part

  • Navigate to frontend directory in main directory with "cd frontend"
  • "npm install"
  • "npm install axios"
  • "npm run serve" to start the server

Backend Part

  • Navigate to backend directory in main directory with "cd backend"
  • "python -m venv venv" to create virtual enviroment
  • ". venv/Scripts/activate" on Windows to activate virtual enviroment(on other OS may differ)
  • "pip install Flask"
  • "pip install flask_cors"
  • "python app.py" to run the server

About

Simple REST aplication with Vue and Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.5%
  • Vue 3.4%
  • Python 3.2%
  • HTML 1.7%
  • JavaScript 0.2%