Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amanmandal-m/webledger_assignment
This is a company assignment of Webledger Solutions PVT. LTD. so here only Excel file data convert into json and strore each data in respected table.
https://github.com/amanmandal-m/webledger_assignment
adonis-js mysql2 typescript xlsx
Last synced: about 8 hours ago
JSON representation
This is a company assignment of Webledger Solutions PVT. LTD. so here only Excel file data convert into json and strore each data in respected table.
- Host: GitHub
- URL: https://github.com/amanmandal-m/webledger_assignment
- Owner: Amanmandal-M
- Created: 2023-08-19T12:29:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-19T12:33:47.000Z (about 1 year ago)
- Last Synced: 2024-04-09T14:57:36.865Z (7 months ago)
- Topics: adonis-js, mysql2, typescript, xlsx
- Language: TypeScript
- Homepage:
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend Engineering Assignment: Excel file processing
## Prerequisite
- MySQL v8
- node.js v16## Setup code
```sh
npm i
npm run db:setup
```## Job Description
Read `READ_THIS_DOCS_BEFORE_START/AssignmentDetails.pdf` file for the assignment information. If you are taking for Sr position you may use `Sheet 3.xlsx` and `Sheet 4.xlsx` for upload purposes, You can also create your own cases and commit those files into new folder names as `new_cases`
## Run Code
```sh
npm run dev
#or
npm run debug
```