Skip to content

fssromulo/import-users-from-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Import users from CSV file

This app was created to import users from a csv file, send to backend, save the data in a sqlite base and show that data in card on front-end.

Front-end

It was used react+typescript to develop the front-end of the project

Back-end

It was used Node.js with Express to handle HTTP requests.

Author

Install and run

You must run npm install to install all required dependencies.

  npm install 
  cd backend

Execute project

  npm run dev

Deploy

  npm run build && npm run start

Deploy

Para fazer o deploy desse projeto rode

  npm run deploy