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.
It was used react+typescript to develop the front-end of the project
It was used Node.js with Express to handle HTTP requests.
- Rômulo Fernando Silva Souza - @fssromulo
You must run npm install
to install all required dependencies.
npm install
cd backend
npm run dev
npm run build && npm run start
Para fazer o deploy desse projeto rode
npm run deploy