https://github.com/alexoid1/async-csv-parser-api
https://github.com/alexoid1/async-csv-parser-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexoid1/async-csv-parser-api
- Owner: Alexoid1
- Created: 2023-05-22T05:37:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T11:56:20.000Z (about 3 years ago)
- Last Synced: 2025-01-20T15:32:30.744Z (over 1 year ago)
- Language: JavaScript
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CSV parser API with a React-Redux dashboard

## Getting Started
First, run the API:
```bash
npm install
npm run dev
# or
```
Second, run the React App:
```bash
cd frontend
npm install
npm start
# or
```
## Test
```bash
npm run test
# or
```
## Built With
- Node.js
- React
- Redux
- Bootstrap
- Express
- Mocha
- Chai
## Authors
👤 **Pablo Alexis Zambrano Coral**
- Github: [@Alexoid1](https://github.com/Alexoid1)
- Twitter: [@Alexis Zambrano_acz](https://twitter.com/pablo_acz)
- Linkedin: [linkedin](https://www.linkedin.com/in/alexzambranocoral/)